Laurasansc (Talk | contribs) |
|||
(22 intermediate revisions by one other user not shown) | |||
Line 51: | Line 51: | ||
<head> | <head> | ||
− | + | <meta charset="UTF-8"> | |
− | + | <meta http-equiv="x-ua-compatible" content="ie=edge"> | |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=2.5" /> | |
+ | <!-- Title, Description --> | ||
+ | <title>Wiki</title> | ||
+ | <meta name="description" content="UPF CRG Barcelona 2018"> | ||
+ | <!-- Open Graph Metadata --> | ||
+ | <meta property="og:url" content="" /> <!-- PAGE URL --> | ||
+ | <meta property="og:type" content="website" /> <!-- TYPE --> | ||
+ | <meta property="og:title" content="" /> <!-- TITLE --> | ||
+ | <meta property="og:description" content="" /> <!-- DESCRIPTION--> | ||
+ | <meta property="og:image" content="" /> <!-- IMAGE URL --> | ||
</head> | </head> | ||
Line 63: | Line 72: | ||
margin: 0 !important; | margin: 0 !important; | ||
} | } | ||
− | # | + | #top_title { |
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | text-decoration: none !important; | ||
+ | -webkit-tap-highlight-color: transparent; | ||
+ | p { | ||
+ | text-decoration: none !important; | ||
+ | } | ||
+ | } | ||
+ | :focus { | ||
+ | outline: none !important; | ||
+ | } | ||
+ | |||
+ | p, ol>li, .container>div>ul>li { | ||
+ | font-size: 1rem; | ||
+ | } | ||
+ | |||
+ | a:visited, a:hover, a:active, a:link { | ||
+ | color: inherit; | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 400px) { | ||
+ | |||
+ | .container, | ||
+ | .container-centered, | ||
+ | main { | ||
+ | padding: 0; | ||
+ | } | ||
} | } | ||
Latest revision as of 13:28, 5 December 2018