MediaWiki:Vector.css: Różnice pomiędzy wersjami
Linia 33: | Linia 33: | ||
border-left:1px solid #C5DBEA; | border-left:1px solid #C5DBEA; | ||
border-bottom:1px solid #C5DBEA; | border-bottom:1px solid #C5DBEA; | ||
+ | } | ||
+ | #p-logo { | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | height: 178px; | ||
+ | z-index:0; | ||
+ | background-color:#A40000; | ||
+ | background-image: url(images/header.png); | ||
+ | background-repeat:repeat-x; | ||
+ | background-position:top left; | ||
+ | } | ||
+ | #p-logo a { | ||
+ | display: block; | ||
+ | position:absolute; | ||
+ | top:0; | ||
+ | left:0; | ||
+ | width: 255px; | ||
+ | height: 178px; | ||
+ | background-image: url(images/wikikuchnia.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center center; | ||
+ | text-decoration: none; | ||
} | } |
Wersja z 19:41, 24 lut 2016
body { height: 100%; margin: 0; padding: 0; font-family: 'Open Sans',sans-serif; font-size: 1em; } body { background-color:#F2EEE1; background-image: url(images/cpkpvwf.png); /* wiki-back.png */ background-position: top left; background-repeat: repeat; background-attachment:fixed; } div#content { margin-left:180px; padding: 2em; /* @embed */ /*background-image: url(images/border.png); background-position: top left; background-repeat: repeat-y;*/ background-color: white; color: #313131; direction: ltr; z-index:9; min-height:400px; min-width:700px; -moz-box-shadow:2px 0px 8px black; -webkit-box-shadow:2px 0px 8px black; box-shadow:2px 0px 8px black; position:relative; border-radius: 12px; border-left:1px solid #C5DBEA; border-bottom:1px solid #C5DBEA; } #p-logo { position: fixed; top: 0; left: 0; width: 100%; height: 178px; z-index:0; background-color:#A40000; background-image: url(images/header.png); background-repeat:repeat-x; background-position:top left; } #p-logo a { display: block; position:absolute; top:0; left:0; width: 255px; height: 178px; background-image: url(images/wikikuchnia.png); background-repeat: no-repeat; background-position: center center; text-decoration: none; }