Create Vss_main.css
This commit is contained in:
parent
74b639c3a8
commit
67b9ae7422
1 changed files with 20 additions and 0 deletions
20
Media/Vss_main.css
Normal file
20
Media/Vss_main.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
* {font-family:"sans-serif", "Arial", "monospace"!important;word-wrap:break-word!important;}
|
||||
*, a, button, body { cursor: url('cursor.png'), auto!important; }
|
||||
body {background-color:rgb(35, 51, 35);margin:0px;color:white!important;font-size:12px!important;}
|
||||
|
||||
.con {max-width:800px;margin:0px auto;}
|
||||
.nav {background:#015b03;text-align:center;overflow:auto;max-height:50px;font-size:36px;color:white!important;font-weight:bold;padding:4px}
|
||||
.txt {background:#020;padding:2px}
|
||||
.foot {background:#010;font-size:10px!important;padding:2px}
|
||||
|
||||
h1 {text-align:center;font-weight:bold;background:#010}
|
||||
a {color:#FFF}
|
||||
a:hover {background-color:black!important;color:rgb(19, 235, 170)!important;}
|
||||
::selection {background:lime;color:black}
|
||||
|
||||
[id] {display:none}
|
||||
[id]:target {display:block}
|
||||
|
||||
IMG {max-width:100%;height:auto}
|
||||
IMG[src="../Media/Vlogo.jpg"] {width:42px;float:left}
|
||||
audio {width:99%}
|
||||
Loading…
Add table
Add a link
Reference in a new issue