forked from leftypol/leftypol
Kalyx's new CSS
This commit is contained in:
parent
4210316508
commit
36e001f007
15 changed files with 3373 additions and 858 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue