« Utilisateur:Pambou/vector.css » : différence entre les versions
De Wikirak
Page blanchie |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
#p-logo a { | |||
background-image: url("http://www.townswiki.com/w/images/b/bc/Wiki.png") !important; | |||
} | |||
/* Suppress main page title */ | |||
body.page-Main_Page h1.firstHeading { display:none; } | |||
body.page-Towns_Wiki h1.firstHeading { display:none; } | |||
#pt-userpage, #pt-anonuserpage, #pt-login { | |||
background: url("http://www.townswiki.com/w/images/9/9f/Flame.png") left top no-repeat; | |||
padding-left: 10px !important; | |||
} | |||
html { | |||
height: auto; | |||
min-height: 100%; | |||
} | |||
body { | |||
background: #2e740f url("http://www.townswiki.com/w/images/3/3a/Bg.png") repeat-x left top; | |||
background: -moz-linear-gradient(top, #244c11 0, #338010 979px, #338010 100%); | |||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #244c11), color-stop(979px, #338010), color-stop(100%, #338010)); | |||
background: -webkit-linear-gradient(top, #244c11 0, #338010 979px, #338010 100%); | |||
background: -o-linear-gradient(top, #244c11 0, #338010 979px, #338010 100%); | |||
background: -ms-linear-gradient(top, #244c11 0, #338010 979px, #338010 100%); | |||
background: linear-gradient(to bottom, #244c11 0, #338010 979px, #338010 100%); | |||
margin-right: 5px; | |||
} | |||
#p-personal a { | |||
color: #eef7d2; | |||
} | |||
div.vectorTabs { | |||
background: transparent; | |||
font-size: 110%; | |||
} | |||
div.vectorTabs ul { | |||
background: transparent; | |||
} | |||
div.vectorTabs ul li, div.vectorTabs ul li.selected { | |||
background: transparent; | |||
border: none; | |||
} | |||
div.vectorTabs ul li span, div.vectorTabs ul li.selected span { | |||
background: transparent; | |||
border: none; | |||
} | |||
div.vectorTabs li span a { | |||
color: #eef7d2; | |||
} | |||
div.vectorTabs span a:visited { | |||
color: #eef7d2; | |||
} | |||
div.vectorTabs li span a:hover, div.vectorTabs span a:visited:hover { | |||
color: #ffffff; | |||
} | |||
div.vectorTabs li.selected span a { | |||
color: #eef7d2 !important; | |||
} | |||
div.vectorTabs li.new span a { | |||
color: #ce2020; | |||
} | |||
div.vectorTabs li.new span a:visited { | |||
color: #eef7d2; | |||
} | |||
div.vectorTabs li.new span a:hover, div.vectorTabs li.new span a:visited:hover { | |||
color: #ffffff; | |||
} | |||
div.vectorTabs span a:active { | |||
color: #ffffff; | |||
} | |||
div.vectorMenu h5 a { | |||
border: none; | |||
background: transparent; | |||
} | |||
div#mw-page-base { | |||
background: transparent !important; | |||
} | |||
div#mw-panel div.portal h5 { | |||
color: #ffffff; | |||
font-weight: bold; | |||
} | |||
div#mw-panel div.portal div.body ul li a { | |||
color: #eef7d2; | |||
} | |||
div#mw-panel div.portal div.body ul li a:visited { | |||
color: #eef7d2; | |||
} | |||
div#mw-panel div.portal div.body ul li a:hover { | |||
color: #ffffff; | |||
} | |||
div#mw-panel div.portal div.body ul li a:active { | |||
color: #ffffff; | |||
} | |||
div#content { | |||
background-image: none; | |||
background-color: #fafdec; | |||
color: #000000; | |||
border: 1px solid #494d47; | |||
border-top: 0px solid #6d7478; | |||
box-shadow: rgba(73, 77, 71, 1) 0 0.1em 0.75em; | |||
padding: 0.5em 1em 1em; | |||
} | |||
div#footer { | |||
margin-left: 160px !important; | |||
border: none; | |||
background: transparent; | |||
color: #eef7d2; | |||
} | |||
div#footer ul li { | |||
color: #eef7d2; | |||
} | |||
div#footer a { | |||
color: #eef7d2; | |||
} | |||
div#footer a:visited { | |||
color: #eef7d2; | |||
} | |||
Version du 16 mai 2017 à 17:06
#p-logo a {
background-image: url("http://www.townswiki.com/w/images/b/bc/Wiki.png") !important;
}
/* Suppress main page title */
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Towns_Wiki h1.firstHeading { display:none; }
#pt-userpage, #pt-anonuserpage, #pt-login {
background: url("http://www.townswiki.com/w/images/9/9f/Flame.png") left top no-repeat;
padding-left: 10px !important;
}
html {
height: auto;
min-height: 100%;
}
body {
background: #2e740f url("http://www.townswiki.com/w/images/3/3a/Bg.png") repeat-x left top;
background: -moz-linear-gradient(top, #244c11 0, #338010 979px, #338010 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #244c11), color-stop(979px, #338010), color-stop(100%, #338010));
background: -webkit-linear-gradient(top, #244c11 0, #338010 979px, #338010 100%);
background: -o-linear-gradient(top, #244c11 0, #338010 979px, #338010 100%);
background: -ms-linear-gradient(top, #244c11 0, #338010 979px, #338010 100%);
background: linear-gradient(to bottom, #244c11 0, #338010 979px, #338010 100%);
margin-right: 5px;
}
#p-personal a {
color: #eef7d2;
}
div.vectorTabs {
background: transparent;
font-size: 110%;
}
div.vectorTabs ul {
background: transparent;
}
div.vectorTabs ul li, div.vectorTabs ul li.selected {
background: transparent;
border: none;
}
div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
background: transparent;
border: none;
}
div.vectorTabs li span a {
color: #eef7d2;
}
div.vectorTabs span a:visited {
color: #eef7d2;
}
div.vectorTabs li span a:hover, div.vectorTabs span a:visited:hover {
color: #ffffff;
}
div.vectorTabs li.selected span a {
color: #eef7d2 !important;
}
div.vectorTabs li.new span a {
color: #ce2020;
}
div.vectorTabs li.new span a:visited {
color: #eef7d2;
}
div.vectorTabs li.new span a:hover, div.vectorTabs li.new span a:visited:hover {
color: #ffffff;
}
div.vectorTabs span a:active {
color: #ffffff;
}
div.vectorMenu h5 a {
border: none;
background: transparent;
}
div#mw-page-base {
background: transparent !important;
}
div#mw-panel div.portal h5 {
color: #ffffff;
font-weight: bold;
}
div#mw-panel div.portal div.body ul li a {
color: #eef7d2;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #eef7d2;
}
div#mw-panel div.portal div.body ul li a:hover {
color: #ffffff;
}
div#mw-panel div.portal div.body ul li a:active {
color: #ffffff;
}
div#content {
background-image: none;
background-color: #fafdec;
color: #000000;
border: 1px solid #494d47;
border-top: 0px solid #6d7478;
box-shadow: rgba(73, 77, 71, 1) 0 0.1em 0.75em;
padding: 0.5em 1em 1em;
}
div#footer {
margin-left: 160px !important;
border: none;
background: transparent;
color: #eef7d2;
}
div#footer ul li {
color: #eef7d2;
}
div#footer a {
color: #eef7d2;
}
div#footer a:visited {
color: #eef7d2;
}
