style to fit into site
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
|
||||
$susy: ( columns: 5 , gutter-position: split )
|
||||
|
||||
body
|
||||
background-color: black
|
||||
color: white
|
||||
|
||||
.one_class
|
||||
margin: 10px
|
||||
|
||||
@ -59,26 +63,18 @@ $susy: ( columns: 5 , gutter-position: split )
|
||||
text-align: right
|
||||
|
||||
|
||||
.act
|
||||
background-color: #00B3FF
|
||||
-moz-border-radius: 7px
|
||||
-webkit-border-radius: 7px
|
||||
font-size: 100%
|
||||
.next , .run , .wizz
|
||||
border-radius: 7px
|
||||
font-size: 1em
|
||||
|
||||
.crawl
|
||||
background-color: #009900
|
||||
-moz-border-radius: 7px
|
||||
-webkit-border-radius: 7px
|
||||
.next
|
||||
background-color: #00FF66
|
||||
|
||||
.run
|
||||
background-color: #00CC33
|
||||
-moz-border-radius: 7px
|
||||
-webkit-border-radius: 7px
|
||||
|
||||
.wizz
|
||||
background-color: #00FF66
|
||||
-moz-border-radius: 7px
|
||||
-webkit-border-radius: 7px
|
||||
background-color: #009900
|
||||
|
||||
|
||||
.bright
|
||||
|
@ -9,8 +9,8 @@ body
|
||||
float: left
|
||||
width: 190px
|
||||
border-radius: 8px
|
||||
background: #fff
|
||||
border: 1px solid #C3D46A
|
||||
background: black
|
||||
border: 3px solid #C3D46A
|
||||
|
||||
|
||||
#nav li /* all list items */
|
||||
@ -35,10 +35,8 @@ body
|
||||
padding-left: 5px
|
||||
width: 180px
|
||||
display: block
|
||||
color: black
|
||||
font-weight: bold
|
||||
text-decoration: none
|
||||
background-color: white
|
||||
background-color: black
|
||||
border-radius: 7px
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user