Kalyx's new CSS

This commit is contained in:
Simon McFarlane 2016-01-09 01:33:09 +00:00
parent 4210316508
commit 36e001f007
15 changed files with 3373 additions and 858 deletions

View file

@ -21,18 +21,6 @@ a:link, a:visited, .intro a.email span.name {
text-decoration: underline;
font-family: sans-serif;
}
.bic {
-moz-filter: url(./svg/blur.svg#blur_green);
filter: url(./svg/blur.svg#blur_green);
-webkit-filter: url(svg/blur.svg#blur_green);
}
img.board_image {
-moz-mask: url(./svg/bannermaks.svg#masking);
mask: url(./svg/bannermaks.svg#masking);
-webkit-mask: url(./img/banner_terminal_mask.png);
border: none!important;
}
a:link:hover, a:visited:hover {
color: #00FF00;
font-family: sans-serif;
@ -180,3 +168,19 @@ table.modlog tr th {
background: none;
}
.bar
{
background: #333!important;
-moz-box-shadow: 0 0 40px #000;
-webkit-box-shadow: 0 0 40px #000;
box-shadow: 0 0 40px #000;
}
.bar.top
{
border-bottom: 1px solid #666;
}
.bar.bottom
{
border-top: 1px solid #666;
}