MediaWiki:Vector.css

De Sciencinfolycee
Aller à : navigation, rechercher

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac)
  • Google Chrome : appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac)
  • Internet Explorer : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5
  • Opera : allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d’exploration → Images et fichiers en cache.
/* CSS placed here will affect users of the Vector skin */
#p-tb, #p-navigation { display:none !important; }
html { 
font-size:100%; 
}
	
body { 
background-image:none;
background:url(https://science-info-lycee.fr/wp-content/themes/silo/images/body_bg.jpg) repeat-x 0 0; 
background-color:#f3f3f3;
font-size:100%; 
font-family:Arial, Helvetica, sans-serif; 
color:#666a67;
}

table, td, div, img { 
border:0; 
border-collapse:collapse;
}

td {
vertical-align:top;
}

ul { 
list-style:none;
}

p { 
padding:0px;
}

pre { 
outline:1px solid #959595;
background:#e8e8e8; 
padding:6px;
margin:0px 16px 4px 16px;
}
		
a {
text-decoration:underline; 
color:#00B1E6; 
outline:none;
}

a:hover {
text-decoration:underline;
}

/*** HEADER ***/
#links {
    left:330px;
    top:144px;
    position:absolute;
    color:white;
}

#links span {
    display:block;
    float:left;
    padding-right:45px;
    padding-left:45px;
    height:38px;
    position:relative;
    top:-3px;
}

#links a {
    font-size:15px;
    color:white;
    text-transform:uppercase;
    text-decoration:none;
    display:block;
    height:36px;
    float:left;
}

#links .selected {
    font-weight:bold;
    background:url(https://science-info-lycee.fr/wp-content/themes/silo/images/current_item_bg.png) 0px 100% repeat-x;
}

#mw-page-base {
background-color:transparent;
background-image:none;
background-repeat:none;
margin:0;
padding:0px;
height:200px;
width:980px;
}

#mw-head-base {
background-color:transparent;
background-image:none;
background-repeat:none;
width:980px;
margin:0 auto;
position:absolute;
}

#mw-head {
width:1110px;
height:124px;
background:url(https://science-info-lycee.fr/wp-content/themes/silo/images/header_bg.jpg) no-repeat 0 0;
background-color:white;
position:absolute;
top:0px;
left:0px;
}

DIV.vectorTabs UL LI {
    background-color:transparent;
}

#right-navigation {
    margin-top:200px;
    position:absolute;
    z-index:1000;
    left:300px;
}

#left-navigation {
    z-index:1000;
    top:200px;
    left:18px;
}

/*** HOMEPAGE ***/

#content {
    background-color:white !important;
    background-image:none !important;
    width:780px !important;
    #width:840px !important;
    padding:50px 20px 20px 20px !important;    
    margin-left:0px !important;
    position:absolute !important;
    left:280px;
}

#mw-panel {
  width:270px !important;
  top:200px !important;
  padding-top:50px !important;
  padding-left:20px;
  background:white;
  position:absolute;
  left:0px;  
}

/*** FOOTER ***/

#footer {
    display:none;
    background: url(https://science-info-lycee.fr/wp-content/themes/silo/images/footer_bg.jpg) repeat-x 0 0;
    padding:0px 0px 0px 0px; 
    margin:0px 0px 0px 0px;
    height:110px;
    width:100%;
    float:left;
    padding-top:45px;
}

#footer ul{
    margin-top:0px;
    padding:20px;
    padding-top:0px;
    
}

#footer-info {
     padding-top:20px;
}

#footer #footer-icons {
    padding:0px;
    margin:0px;
    margin-top:-20px;
    margin-right:20px;
}

BODY.ltr #footer #footer-places {
    margin:0px;
    padding:0px;
    margin-left:20px;
}

/*** NAVIGATION ***/

#mw-panel DIV.portal H5 {
    background:url(https://science-info-lycee.fr/wp-content/themes/silo/images/widget_title_bg2.png) no-repeat;
    color:#00B1E6 !important;
    font-family:Lucida Sans,Lucida Grande;
    __font-size:11px !important;
    font-weight:bold !important;
    height:27px;
    padding:18px 0 0 15px !important;
    text-transoform:uppercase;
    width:250px;
}

#mw-panel DIV.portal DIV.body UL LI {
    border-bottom:1px dotted #7C7C7C !important;
    color:#5D5D5D !important;
    padding:8px 15px !important;
}

#mw-panel DIV.portal DIV.body {
    margin:0px !important;
    width:250px !important;
    padding:0px !important;
    background-image:none !important;
}

#mw-panel DIV.portal DIV.body UL LI a {
    color:#5D5D5D !important;
    text-decoration:none;
}

#mw-panel DIV.portal {
    padding:0px;
    padding-bottom:18px;
}

.printfooter {
  float:left;
  width:1000px;
}

/*** CONTENT ***/

#firstHeading {
    background:url(https://science-info-lycee.fr/wp-content/themes/silo/images/widget_title_bg2.png) repeat-x;
    color:#00B1E6;
    font-family:Lucida Sans,Lucida Grande;
    font-size:13px;
    font-weight:bold;
    height:27px;
    padding:22px 0 0 15px;
    text-transoform:uppercase;
    border:0px;
}

h2 {
    color:#00B1E6;
    font-weight:bold;
    border:0px;    
}

#p-logo {
    display:none;
}

div.vectorTabs ul li  {
    background:none;
    
}

div.vectorTabs li a {
    background:none;
    color:#5D5D5D;
    font-size:11px;
}

div.vectorTabs ul {
    background:none;
}

div.vectorTabs {
    background:none;
    margin-top:5px;
}

div.vectorMenu h5 a {
    background:none;
}

div.vectorMenu {
   background-position:center 16px;
}

#firstHeading {
    margin-bottom:20px;
}

div#mw-head {
   width:1024px;
   right:auto;
}

div#content a[href^="https://"], .link-https {
            background: none;
            padding-right: 0px;
}

#PageAttachment
{
    border: 1px solid #CCC;
}
#PageAttachment .TitleRow
{
    background-color: #DDD;
}

#PageAttachment .HeaderRow
{
    background-color: #EEE;
}