Saniya kari (Talk | contribs) |
Saniya kari (Talk | contribs) |
||
Line 2: | Line 2: | ||
@font-face {font-family:"Dancing Script";url("https://static.igem.org/mediawiki/2018/b/be/T--Sorbonne_U_Paris--DancingScript.ttf") format("truetype"); font-style:normal;} | @font-face {font-family:"Dancing Script";url("https://static.igem.org/mediawiki/2018/b/be/T--Sorbonne_U_Paris--DancingScript.ttf") format("truetype"); font-style:normal;} | ||
+ | |||
+ | |||
+ | /* Background image of the wiki */ | ||
+ | |||
+ | #bodycontent{ | ||
+ | background: url('https://static.igem.org/mediawiki/2018//6/66/T--Sorbonne_U_Paris--fondWiki.png') no-repeat center center ; | ||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | |||
+ | /* cursor Claude */ | ||
+ | .navbar-toggler,.nav-link, .dropdown-toggle,a{ | ||
+ | cursor: url('https://static.igem.org/mediawiki/2018/8/86/T--Sorbonne_U_Paris--claude_curseur.resized.png'), auto; | ||
+ | } | ||
+ | |||
+ | cursor: url('https://static.igem.org/mediawiki/2018/8/86/T--Sorbonne_U_Paris--claude_curseur.resized.png'), auto; | ||
+ | |||
+ | } | ||
+ | @media (max-width: 767px) { | ||
+ | #bodyContent { | ||
+ | background-size: cover; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | #bodyContent .mw-body{ | ||
+ | witdth=100%; | ||
Line 41: | Line 69: | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 08:34, 23 August 2018
/* Font things */
@font-face {font-family:"Dancing Script";url("https://static.igem.org/mediawiki/2018/b/be/T--Sorbonne_U_Paris--DancingScript.ttf") format("truetype"); font-style:normal;}
/* Background image of the wiki */
- bodycontent{
background: url('https://static.igem.org/mediawiki/2018//6/66/T--Sorbonne_U_Paris--fondWiki.png') no-repeat center center ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
/* cursor Claude */ .navbar-toggler,.nav-link, .dropdown-toggle,a{ cursor: url('https://static.igem.org/mediawiki/2018/8/86/T--Sorbonne_U_Paris--claude_curseur.resized.png'), auto; }
cursor: url('https://static.igem.org/mediawiki/2018/8/86/T--Sorbonne_U_Paris--claude_curseur.resized.png'), auto;
} @media (max-width: 767px) { #bodyContent { background-size: cover; } }
- bodyContent .mw-body{
witdth=100%;
/* Correct iGEM shit... */
- Global p, p {
padding: 0; padding-bottom: 5px; margin: 0px; line-height: 1.4; position: relative; z-index: 50;
}
- Global p.meta {
padding: 0; margin: 0;
}
- globalWrapper {
font-size: 100%; padding: 0;
}
- top_menu_under, #top_menu_14, #top_menu_inside {
-webkit-box-sizing: content-box; box-sizing: content-box;
}
- top_menu_under {
height: 0px;
}
a[href ^="https://"] {
padding: 0;
}
- top_menu_inside ul a, #top_menu_inside ul li.has_submenu {
line-height: 1.5em;
}