Changeset - a58e8408f563
[Not reviewed]
default
0 2 0
Drew Perttula - 11 years ago 2014-06-09 03:07:15
drewp@bigasterisk.com
compact some css styles
Ignore-this: 5e3a0e834cf89d15551b39ba7ca6ae19
2 files changed with 13 insertions and 4 deletions:
0 comments (0 inline, 0 general)
light9/subserver/style.css
Show inline comments
 
body {
 
    font-family: sans;
 
    background: rgb(0, 0, 0);
 
    color: rgb(163, 163, 163);
 
}
 
h1 {
 
    margin: 0;
 
}
 
h2 {
 
    margin: 0;
 
    padding: 0;
 
    font-size: 100%;
 
}
 
ul {
 
    margin: 0;
 
}
 
.vari {
 
    color: white;
 
}
 
a.resource {
 
    color: inherit;
 
    text-decoration: none;
 
}
 

	
 
.resource {
 
    border: 1px solid gray;
 
    border-radius: 5px;
 
    padding: 5px;
 
    margin: 5px;
 
    padding: 1px;
 
    margin: 2px;
 
    background: rgb(66, 66, 66);
 
    display: block;
 
}
 
.resource a {
 
    color: rgb(150, 150, 255);
 
}
 
.sub {
 
    display: inline-block;
 
    vertical-align: top;
 
}
 
.sub.local {
 
    background: rgb(44, 44, 44);
 
}
 
.sub img {
 
    width: 196px;
 
    min-height: 40px;
 
    margin: 6px;
 
    margin: 0 6px;
 
    background: -webkit-gradient(linear,right top,left bottom,color-stop(0,rgb(121, 120, 120)),color-stop(1,rgb(54, 54, 54)));
 
}
 

	
 
input[type=text] {
 
    border: 1px inset rgb(177, 177, 177);
 
    background: rgb(230, 230, 230);
 
    padding: 3px;
 
}
 
#status {
 
    position: fixed;
 
    bottom: 10px;
 
    right: 10px;
 
}
 
.chase {
 
    background: rgb(75, 57, 72);
 
}
 

	
 
a button {
 
    font-size: 60%;
 
}
 
\ No newline at end of file
static/style.css
Show inline comments
 
body { 
 
    background: black;
 
    color: white;
 
    font-family: sans-serif;
 
}
 

	
 
h1 {
 
    margin: 0;
 
}
 

	
 
a {
 
color: rgb(97, 97, 255);
 

	
 
    }
 

	
 
.songs {
 
    -moz-column-width:205px;
 
    -webkit-column-width:205px;
 
}
 
.songs button {
 
    display: inline-block;
0 comments (0 inline, 0 general)