MediaWiki:Common.css
(Różnice między wersjami)
Strona działa w trybie archiwalnym. Jest tylko do odczytu!
(a tu i tak nie działa :() |
(dodanie by działało na innych skórkach niż domyślna) |
||
| Linia 61: | Linia 61: | ||
/* #################### kod zamykalny ramek END #################### */ | /* #################### kod zamykalny ramek END #################### */ | ||
| + | |||
| + | /* #################### kod menu kategorii START #################### */ | ||
| + | .menukat{ | ||
| + | display: block; | ||
| + | float: left; | ||
| + | list-style: none; | ||
| + | height: 30px; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | text-align: center; | ||
| + | margin: auto: | ||
| + | } | ||
| + | |||
| + | .menukat a{ | ||
| + | display: block; | ||
| + | height: 30px; | ||
| + | background-color: #4C5844; | ||
| + | color: white; | ||
| + | font-weight: bolder; | ||
| + | padding-left: 5px; | ||
| + | padding-right: 5px; | ||
| + | line-height: 30px; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | |||
| + | .menukat a:hover{ | ||
| + | display: block; | ||
| + | height: 30px; | ||
| + | background-color: #899E7B; | ||
| + | color: yellow; | ||
| + | } | ||
| + | |||
| + | /* ############ */ | ||
| + | |||
| + | .belka{ | ||
| + | background-image: url('tlomenukategorii.png'); | ||
| + | height: 150px; | ||
| + | border-bottom: 2px solid #4c5844; | ||
| + | } | ||
| + | |||
| + | .belka-napisy{ | ||
| + | height: 90px; | ||
| + | font-family: Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans, Geneva, Verdana, sans-serif; | ||
| + | font-size: 25px; | ||
| + | padding-left: 350px; | ||
| + | padding-top: 30px; | ||
| + | } | ||
| + | |||
| + | .belka-napisy span{ | ||
| + | font-family: Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans, Geneva, Verdana, sans-serif; | ||
| + | font-size: 14px; | ||
| + | font-style: italic; | ||
| + | float: right; | ||
| + | margin-right: 30px; | ||
| + | margin-top: -10px; | ||
| + | } | ||
| + | |||
| + | .belka-menu{ | ||
| + | display: block; | ||
| + | float: left; | ||
| + | list-style: none; | ||
| + | height: 30px; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | text-align: center; | ||
| + | margin: auto: | ||
| + | } | ||
| + | |||
| + | .belka-menu a{ | ||
| + | display: block; | ||
| + | height: 30px; | ||
| + | /* border-right: 1px solid #666; */ | ||
| + | color: black; | ||
| + | padding-left: 4px; | ||
| + | padding-right: 4px; | ||
| + | line-height: 30px; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | |||
| + | .belka-menu a:hover{ | ||
| + | background-image: url('tlomenukategoriiA.png'); | ||
| + | } | ||
| + | |||
| + | /* #################### kod menu kategorii END #################### */ | ||
Wersja z 16:11, 10 sie 2009
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* #################### kod zamykalny ramek #################### */
.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;
}
/* Standard Navigationsleisten, aka box hiding thingy
from .de. Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
margin: 0;
padding: 4px;
border: 1px solid #000000;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
background-color: #ccf;
position: relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0;
padding: 0;
line-height: 1px;
clear: both;
}
a.NavToggle {
position: absolute;
top: 0;
right: 3px;
font-weight: normal;
font-size: 90%;
}
/* #################### kod zamykalny ramek END #################### */
/* #################### kod menu kategorii START #################### */
.menukat{
display: block;
float: left;
list-style: none;
height: 30px;
margin: 0px;
padding: 0px;
text-align: center;
margin: auto:
}
.menukat a{
display: block;
height: 30px;
background-color: #4C5844;
color: white;
font-weight: bolder;
padding-left: 5px;
padding-right: 5px;
line-height: 30px;
text-decoration: none;
}
.menukat a:hover{
display: block;
height: 30px;
background-color: #899E7B;
color: yellow;
}
/* ############ */
.belka{
background-image: url('tlomenukategorii.png');
height: 150px;
border-bottom: 2px solid #4c5844;
}
.belka-napisy{
height: 90px;
font-family: Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans, Geneva, Verdana, sans-serif;
font-size: 25px;
padding-left: 350px;
padding-top: 30px;
}
.belka-napisy span{
font-family: Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans, Geneva, Verdana, sans-serif;
font-size: 14px;
font-style: italic;
float: right;
margin-right: 30px;
margin-top: -10px;
}
.belka-menu{
display: block;
float: left;
list-style: none;
height: 30px;
margin: 0px;
padding: 0px;
text-align: center;
margin: auto:
}
.belka-menu a{
display: block;
height: 30px;
/* border-right: 1px solid #666; */
color: black;
padding-left: 4px;
padding-right: 4px;
line-height: 30px;
text-decoration: none;
}
.belka-menu a:hover{
background-image: url('tlomenukategoriiA.png');
}
/* #################### kod menu kategorii END #################### */