MediaWiki:Common.css: Rozdiel medzi revíziami
Jump to navigation
Bez shrnutí editace |
Bez shrnutí editace |
||
Riadok 21: | Riadok 21: | ||
width: 260px; | width: 260px; | ||
height: 130px; | height: 130px; | ||
} | |||
#navigationBottom { | |||
position: absolute; | |||
background: url("http://wiki.the-west.fr/images/e/e2/MenuBottomNew.png") no-repeat; | |||
width: 260px; | |||
height: 95px; | |||
right: -15px; | |||
bottom: -51px; | |||
} | |||
#navigation {width: 225px; font-size: 11px;} | |||
#west_pl_hints_container {width: 830px!important; background-size: 100%!important;} | |||
#content {width: 830px; background-size: 100%;} | |||
#contentFooter {background-size: 101%;z-index: 0;} | |||
#p-cactions {width: 810px;} | |||
.portlet h5 {font-size: 120%; font-weight: bold; font-style: italic; font-family:georgia; color: #804000;} | |||
textarea {width: 793px;} | |||
#fondstd { | |||
background-image: url("http://wiki.the-west.fr/skins/thewest/images/content/contentBg.png"); | |||
background-repeat: repeat; | |||
} | |||
table.prerequis { | |||
background-image:url('images/content/contentBg.png'); | |||
background-repeat: repeat; | |||
border:0px; | |||
border-spacing:0; | |||
margin:0 auto; | |||
} | |||
div.prerequis { | |||
/* background: url("http://wiki.the-west.fr/skins/thewest/images/content/contentBg.png") repeat-y; */ | |||
border:1px solid #CCC; | |||
border-radius:10px; | |||
background:#FFF; | |||
border-right:3px solid #ccc; | |||
border-bottom:3px solid #ccc; | |||
padding:5px; | |||
line-height:1.3; | |||
margin-left:2px; | |||
margin-right:1px; | |||
text-align:center; | |||
} | } |
Verzia z 22:43, 24. september 2015
/* Tu umiestnené CSS bude ovplyvňovať všetky štýly */ table.collapsed tr.collapsible { display: none; } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; } #wrapper {width: 1120px; } /* Largeur du wiki */ #container {width: 860px;} /* Largeur de la zone contenu */ #contentTop {width: 860px; background-size: 100% 77px;} /* zone supérieure */ #p-search .pBody {width: 200px; background-size:200px 24px;} /* Diminution en largeur du module de recherche */ #searchInput {width: 173px;} #navigationTop { position: relative; background: url("http://wiki.the-west.fr/images/1/16/MenuTopNew.png") no-repeat; width: 260px; height: 130px; } #navigationBottom { position: absolute; background: url("http://wiki.the-west.fr/images/e/e2/MenuBottomNew.png") no-repeat; width: 260px; height: 95px; right: -15px; bottom: -51px; } #navigation {width: 225px; font-size: 11px;} #west_pl_hints_container {width: 830px!important; background-size: 100%!important;} #content {width: 830px; background-size: 100%;} #contentFooter {background-size: 101%;z-index: 0;} #p-cactions {width: 810px;} .portlet h5 {font-size: 120%; font-weight: bold; font-style: italic; font-family:georgia; color: #804000;} textarea {width: 793px;} #fondstd { background-image: url("http://wiki.the-west.fr/skins/thewest/images/content/contentBg.png"); background-repeat: repeat; } table.prerequis { background-image:url('images/content/contentBg.png'); background-repeat: repeat; border:0px; border-spacing:0; margin:0 auto; } div.prerequis { /* background: url("http://wiki.the-west.fr/skins/thewest/images/content/contentBg.png") repeat-y; */ border:1px solid #CCC; border-radius:10px; background:#FFF; border-right:3px solid #ccc; border-bottom:3px solid #ccc; padding:5px; line-height:1.3; margin-left:2px; margin-right:1px; text-align:center; }