Z Polscy pisarze i badacze literatury przełomu XX i XXI wieku
(Różnice między wersjami)
(Nie pokazano 116 wersji utworzonych przez jednego użytkownika) | |||
Linia 1: | Linia 1: | ||
− | /* Umieszczony tutaj kod CSS wpłynie na wygląd skórki Wektor */ | + | /* Umieszczony tutaj kod CSS wpłynie na wygląd skórki Wektor */ |
/* general layout of the site */ | /* general layout of the site */ | ||
+ | |||
body { | body { | ||
− | background-image: | + | background-image:0; |
− | background-color: | + | background-color:0; |
} | } | ||
− | + | a, a:visited { | |
− | + | color: #0B9444; | |
} | } | ||
− | div#content { | + | /* content, czyli treść hasła */ |
− | margin-left: | + | |
+ | div#content, div#footer { | ||
+ | margin-left: 290px; | ||
+ | margin-right: 4px; | ||
background-image:none; | background-image:none; | ||
+ | overflow:hidden; | ||
+ | font-family: DINPro; | ||
} | } | ||
+ | |||
+ | /*** toc, spis treści ***/ | ||
+ | |||
+ | table#toc { | ||
+ | /*font-size: 18px;*/ | ||
+ | left: 13px; | ||
+ | border:none; | ||
+ | border-bottom: 1px solid black; | ||
+ | background:none; | ||
+ | width: 260px; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | table#toc span.tocnumber { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | table#toc span.toctext { | ||
+ | text-align:right; | ||
+ | } | ||
+ | |||
+ | .toc ul, #toc ul, { | ||
+ | text-align:right; | ||
+ | } | ||
+ | |||
+ | |||
+ | table#toc ul li.toclevel-1 a { | ||
+ | color:black; | ||
+ | color:#0B9444; | ||
+ | } | ||
+ | |||
+ | table#toc ul li.toclevel-2 { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | table#toc div#toctitle { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | table#toc ul li:before { | ||
+ | content: ""; | ||
+ | } | ||
+ | |||
+ | /***************/ | ||
+ | |||
+ | |||
+ | div#content div#bodyContent { | ||
+ | top: 135px; | ||
+ | margin-bottom: 120px; | ||
+ | position:fixed; | ||
+ | overflow:auto; | ||
+ | } | ||
+ | |||
+ | #bodyContent { | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | div#content div.all { | ||
+ | font-family: Arial; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /** <ul> bullet substitution **/ | ||
+ | |||
+ | div#content ol, ul { | ||
+ | list-style-position: inside; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#content ul { | ||
+ | list-style: none; | ||
+ | padding-left:22px; | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | div#content div#primary li { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | margin-left: -46px; | ||
+ | text-indent: 35px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | div#content ul li:before { | ||
+ | content: ""; | ||
+ | width:5px; | ||
+ | height:5px; | ||
+ | background:#0B9444; | ||
+ | display: block; | ||
+ | float: left; | ||
+ | margin-right: 5px; | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | |||
+ | div#content table#toc ul li:before { | ||
+ | list-style: none; | ||
+ | background:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /************/ | ||
+ | |||
+ | |||
/*** page ***/ | /*** page ***/ | ||
Linia 35: | Linia 149: | ||
div#mw-head { | div#mw-head { | ||
position: fixed; | position: fixed; | ||
− | padding: | + | padding: 0; |
background-color:white; | background-color:white; | ||
− | + | left: 13px; | |
− | + | height: 132px; | |
+ | font-family: DINPro; | ||
+ | min-width: 950px; | ||
} | } | ||
div#mw-head div#right-navigation { | div#mw-head div#right-navigation { | ||
− | float: | + | margin: 0; |
− | width: | + | position: relative; |
− | + | left: 293px; | |
+ | height: 132px; | ||
+ | border-bottom: 3px solid black; | ||
+ | float:none; | ||
+ | min-width: 950px; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#mw-head div#p-actions { | ||
+ | color:black; | ||
} | } | ||
div#mw-head div#p-search { | div#mw-head div#p-search { | ||
− | margin | + | margin: 0; |
− | + | position: relative; | |
− | + | top: 79px; | |
+ | float: right; | ||
} | } | ||
+ | div.fontSizeForm { | ||
+ | position:absolute; | ||
+ | width:110px; | ||
+ | } | ||
p.wikiTitle { | p.wikiTitle { | ||
− | |||
− | |||
− | |||
float: left; | float: left; | ||
+ | position: relative; | ||
+ | top: 0px; | ||
+ | font-size: 260%; | ||
+ | line-height: 43px; | ||
+ | width: 640px; | ||
} | } | ||
+ | /* */ | ||
+ | div#mw-head div#right-navigation button#printButton { | ||
+ | position: absolute; | ||
+ | } | ||
/*** panel ***/ | /*** panel ***/ | ||
Linia 68: | Linia 204: | ||
position: fixed; | position: fixed; | ||
background-color:white; | background-color:white; | ||
− | width: | + | width:275px; |
− | top: | + | top: 132px; |
− | left: | + | padding:0; |
+ | left: 13px; | ||
text-align:right; | text-align:right; | ||
+ | font-family: DINPro; | ||
+ | font-size: 16px; | ||
+ | overflow-y:auto; | ||
} | } | ||
div#mw-panel div.portal div.body { | div#mw-panel div.portal div.body { | ||
+ | padding-top:10px; | ||
background:none; | background:none; | ||
} | } | ||
− | div#mw-panel div.portal div.body ul a { | + | /* style dla stałych bocznych menu jak np. Nawigacja i Narzędzia */ |
+ | div#mw-panel div.portal div.body ul li a, | ||
+ | div#mw-panel div.portal div.body ul li a:visited { | ||
color:black; | color:black; | ||
− | |||
} | } | ||
+ | |||
+ | |||
+ | /* style dla stałych bocznych menu jak np. Nawigacja i Narzędzia */ | ||
+ | div#mw-panel div.portal div.body ul li { | ||
+ | font-size:inherit; | ||
+ | } | ||
+ | |||
div#mw-panel div.box { | div#mw-panel div.box { | ||
− | + | left: 14px; | |
− | left: | + | top: 132px; |
− | top: | + | |
width: 240px; | width: 240px; | ||
height: 160px; | height: 160px; | ||
Linia 99: | Linia 247: | ||
/* nazwa strony/hasła */ | /* nazwa strony/hasła */ | ||
div#mw-panel div.box span { | div#mw-panel div.box span { | ||
− | font-size: | + | font-size: 30px; |
− | width: 230px; | + | width: 230px;font-family: DobraSlab; |
} | } | ||
− | div#mw-panel div#p- | + | |
− | + | div#mw-panel div#p-navigation { | |
− | + | width:258px; | |
− | + | ||
} | } | ||
− | div | + | |
− | + | /*** entry author's signature ***/ | |
− | width: | + | div.author { |
+ | font-weight:bold; | ||
+ | width:258px; | ||
+ | padding-bottom: 30px; | ||
} | } | ||
− | div | + | div.authorCaption { |
+ | font-size: inherit; | ||
} | } | ||
− | div#p- | + | |
+ | div#p-logo { | ||
+ | top: 0px; | ||
} | } | ||
− | + | div#p-logo a { | |
+ | width: 246px; | ||
+ | height: 108px; | ||
+ | padding-top: 20px; | ||
+ | } | ||
+ | div#shortDescription { | ||
+ | left:13px; | ||
+ | width: 260px; | ||
+ | text-align:right; | ||
+ | border-bottom: 1px solid black; | ||
+ | } | ||
+ | |||
+ | div#shortDescription p { | ||
+ | /*font-size: 19px;*/ | ||
+ | line-height: 128%; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*** footer ***/ | ||
div#footer { | div#footer { | ||
position: fixed; | position: fixed; | ||
background-color:white; | background-color:white; | ||
+ | background-image:none; | ||
+ | margin:0; | ||
+ | padding: 10px 0px 0px 0px; | ||
+ | border-top: 1px solid black; | ||
+ | height: 60px; | ||
+ | font-family: DINPro; | ||
} | } | ||
+ | div#footer #pt-userpage { | ||
+ | background: none; | ||
+ | } | ||
+ | |||
+ | div#footer h1, h2, h3, h4, h5, h6 { | ||
+ | margin:0; | ||
+ | padding: 20px 0 10px 25px; | ||
+ | } | ||
+ | |||
+ | div#footer ul { | ||
+ | /*background: none; | ||
+ | */} | ||
div#footer ul li { | div#footer ul li { | ||
padding: 0; | padding: 0; | ||
− | |||
font-size: 1em; | font-size: 1em; | ||
− | |||
} | } | ||
+ | div#footer ul li#pt-login { | ||
+ | background-image:none; | ||
+ | } | ||
− | /*** | + | /***//** ukośnik między elementami menu dolnego **/ |
+ | div#footer div#p-actions ul li a:after,div#footer div#p-namespaces ul li a:after,div#footer div#p-views ul li a:after{ | ||
+ | content:" /"; | ||
+ | padding-left: 10px; | ||
+ | } | ||
− | div# | + | /** wymuszamy brak ukośnika na końcu linii menu **/div#footer div#p-views ul li#pt-logout a:after,div#footer div#p-views ul li#pt-login a:after,div#footer div#p-namespaces ul li#ca-nstab-special a:after{ |
− | + | content:""; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | /***/ | ||
− | + | div#footer ul li a { | |
− | + | color: black; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | |||
+ | /* Ilość wyświetleń strony i data modyfikacji */div#footer-info { | ||
+ | position: relative; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | div#footer #footer-places { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | div.vectorMenu { | ||
+ | /*background-position:0px 0px; | ||
+ | background-image:none; | ||
+ | */} | ||
+ | |||
+ | div.vectorMenu li a { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | div.vectorMenu h5 a { | ||
+ | background:none; | ||
+ | } | ||
+ | |||
+ | div#footer div.vectorTabs { | ||
+ | position: relative; | ||
+ | float:right; | ||
+ | background:none; | ||
+ | height: 23px; | ||
+ | } | ||
+ | |||
+ | div#footer div.vectorTabs span { | ||
+ | background:none; | ||
+ | top:-16px; | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
/*** classes ***/ | /*** classes ***/ | ||
Linia 161: | Linia 384: | ||
background:none; | background:none; | ||
line-height: 1em; | line-height: 1em; | ||
+ | } | ||
+ | |||
+ | div.vectorTabs ul { | ||
+ | background:none; | ||
} | } |
Aktualna wersja na dzień 18:28, 13 lip 2014
/* Umieszczony tutaj kod CSS wpłynie na wygląd skórki Wektor */ /* general layout of the site */ body { background-image:0; background-color:0; } a, a:visited { color: #0B9444; } /* content, czyli treść hasła */ div#content, div#footer { margin-left: 290px; margin-right: 4px; background-image:none; overflow:hidden; font-family: DINPro; } /*** toc, spis treści ***/ table#toc { /*font-size: 18px;*/ left: 13px; border:none; border-bottom: 1px solid black; background:none; width: 260px; padding: 0; margin: 0; } table#toc span.tocnumber { display:none; } table#toc span.toctext { text-align:right; } .toc ul, #toc ul, { text-align:right; } table#toc ul li.toclevel-1 a { color:black; color:#0B9444; } table#toc ul li.toclevel-2 { display:none; } table#toc div#toctitle { display:none; } table#toc ul li:before { content: ""; } /***************/ div#content div#bodyContent { top: 135px; margin-bottom: 120px; position:fixed; overflow:auto; } #bodyContent { font-size: 18px; } div#content div.all { font-family: Arial; } /** <ul> bullet substitution **/ div#content ol, ul { list-style-position: inside; } div#content ul { list-style: none; padding-left:22px; margin:0; } div#content div#primary li { padding: 0; margin: 0; margin-left: -46px; text-indent: 35px; } div#content ul li:before { content: ""; width:5px; height:5px; background:#0B9444; display: block; float: left; margin-right: 5px; margin-top: 10px; } div#content table#toc ul li:before { list-style: none; background:none; } /************/ /*** page ***/ div#mw-page-base { background-color:white; background-image:none; } /*** head ***/ div#mw-head-base { background-color:white; background-image:none; height: 45px; } div#mw-head { position: fixed; padding: 0; background-color:white; left: 13px; height: 132px; font-family: DINPro; min-width: 950px; } div#mw-head div#right-navigation { margin: 0; position: relative; left: 293px; height: 132px; border-bottom: 3px solid black; float:none; min-width: 950px; } div#mw-head div#p-actions { color:black; } div#mw-head div#p-search { margin: 0; position: relative; top: 79px; float: right; } div.fontSizeForm { position:absolute; width:110px; } p.wikiTitle { float: left; position: relative; top: 0px; font-size: 260%; line-height: 43px; width: 640px; } /* */ div#mw-head div#right-navigation button#printButton { position: absolute; } /*** panel ***/ div#mw-panel { position: fixed; background-color:white; width:275px; top: 132px; padding:0; left: 13px; text-align:right; font-family: DINPro; font-size: 16px; overflow-y:auto; } div#mw-panel div.portal div.body { padding-top:10px; background:none; } /* style dla stałych bocznych menu jak np. Nawigacja i Narzędzia */ div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited { color:black; } /* style dla stałych bocznych menu jak np. Nawigacja i Narzędzia */ div#mw-panel div.portal div.body ul li { font-size:inherit; } div#mw-panel div.box { left: 14px; top: 132px; width: 240px; height: 160px; background-color: #0B9444; color:white; text-align: left; padding:10px 0 0 20px; word-wrap: break-word; } /* nazwa strony/hasła */ div#mw-panel div.box span { font-size: 30px; width: 230px;font-family: DobraSlab; } div#mw-panel div#p-navigation { width:258px; } /*** entry author's signature ***/ div.author { font-weight:bold; width:258px; padding-bottom: 30px; } div.authorCaption { font-size: inherit; } div#p-logo { top: 0px; } div#p-logo a { width: 246px; height: 108px; padding-top: 20px; } div#shortDescription { left:13px; width: 260px; text-align:right; border-bottom: 1px solid black; } div#shortDescription p { /*font-size: 19px;*/ line-height: 128%; margin: 0; } /*** footer ***/ div#footer { position: fixed; background-color:white; background-image:none; margin:0; padding: 10px 0px 0px 0px; border-top: 1px solid black; height: 60px; font-family: DINPro; } div#footer #pt-userpage { background: none; } div#footer h1, h2, h3, h4, h5, h6 { margin:0; padding: 20px 0 10px 25px; } div#footer ul { /*background: none; */} div#footer ul li { padding: 0; font-size: 1em; } div#footer ul li#pt-login { background-image:none; } /***//** ukośnik między elementami menu dolnego **/ div#footer div#p-actions ul li a:after,div#footer div#p-namespaces ul li a:after,div#footer div#p-views ul li a:after{ content:" /"; padding-left: 10px; } /** wymuszamy brak ukośnika na końcu linii menu **/div#footer div#p-views ul li#pt-logout a:after,div#footer div#p-views ul li#pt-login a:after,div#footer div#p-namespaces ul li#ca-nstab-special a:after{ content:""; } /***/ div#footer ul li a { color: black; } /* Ilość wyświetleń strony i data modyfikacji */div#footer-info { position: relative; float:left; } div#footer #footer-places { display:none; } div.vectorMenu { /*background-position:0px 0px; background-image:none; */} div.vectorMenu li a { color: black; } div.vectorMenu h5 a { background:none; } div#footer div.vectorTabs { position: relative; float:right; background:none; height: 23px; } div#footer div.vectorTabs span { background:none; top:-16px; position:relative; } /*** classes ***/ div.vectorTabs ul li { background:none; line-height: 1em; } div.vectorTabs ul { background:none; }