MediaWiki:Common.css: Różnice pomiędzy wersjami
Z Dubbingpedia
m test |
m takie tam |
||
Linia 5: | Linia 5: | ||
margin: 0; | margin: 0; | ||
} | } | ||
#blackclose a, #blackclose a:visited { | |||
text-decoration: none; | |||
font-family: "Arial",Helvetica,sans-serif | |||
} | |||
#overlayblack { | |||
background: -moz-radial-gradient(center center 45deg, circle closest-side, transparent 0pt, black 350px) repeat scroll 0 0 transparent; | |||
background: -webkit-gradient(radial, center center, 0, center center, 350, from(transparent), to(rgba(0, 0, 0, 1))); | |||
height: 100%; | |||
left: 0; | |||
pointer-events: none; | |||
position: absolute; | |||
top: 0; | |||
width: 200%; | |||
bottom: 0; | |||
top: 0; | |||
right: 0; | |||
left: 0; | |||
z-index: 2000; | |||
} | |||
#blackclose { | |||
text-align: center; | |||
height: 40px; | |||
width: 100%; | |||
left: 0; | |||
position: fixed; | |||
top: 0; | |||
z-index: 2001; | |||
background: #000; | |||
} | |||
#blackclose a{font-size: 12px; margin-right: 10px; color: #fff; margin-top: 10px;} | |||
#blackclose p {padding: 0px; margin: 0px;} | |||
#blackclose p a{color: #fff; font-size: 30px; padding-top: 20px;} | |||
#blackclose .fright{ float:right; } |
Wersja z 21:52, 23 sty 2012
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
h2.nagl {
background: url(http://dubbingpedia.pl/w/skins/myskin/menu.png) repeat-x;
margin: 0;
}
#blackclose a, #blackclose a:visited {
text-decoration: none;
font-family: "Arial",Helvetica,sans-serif
}
#overlayblack {
background: -moz-radial-gradient(center center 45deg, circle closest-side, transparent 0pt, black 350px) repeat scroll 0 0 transparent;
background: -webkit-gradient(radial, center center, 0, center center, 350, from(transparent), to(rgba(0, 0, 0, 1)));
height: 100%;
left: 0;
pointer-events: none;
position: absolute;
top: 0;
width: 200%;
bottom: 0;
top: 0;
right: 0;
left: 0;
z-index: 2000;
}
#blackclose {
text-align: center;
height: 40px;
width: 100%;
left: 0;
position: fixed;
top: 0;
z-index: 2001;
background: #000;
}
#blackclose a{font-size: 12px; margin-right: 10px; color: #fff; margin-top: 10px;}
#blackclose p {padding: 0px; margin: 0px;}
#blackclose p a{color: #fff; font-size: 30px; padding-top: 20px;}
#blackclose .fright{ float:right; }