|
@@ -18,13 +18,13 @@ pre { |
|
|
font-size: 11px; } |
|
|
font-size: 11px; } |
|
|
|
|
|
|
|
|
a { |
|
|
a { |
|
|
color: blue; |
|
|
|
|
|
|
|
|
color: #00458f; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
&:visited { |
|
|
&:visited { |
|
|
color: #666; } |
|
|
|
|
|
|
|
|
color: #00458f; } |
|
|
&:hover { |
|
|
&:hover { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
background-color: #000; } } |
|
|
|
|
|
|
|
|
background-color: #ccc; } } |
|
|
|
|
|
|
|
|
div { |
|
|
div { |
|
|
&.field, &.actions { |
|
|
&.field, &.actions { |
|
@@ -57,18 +57,20 @@ div { |
|
|
padding-bottom: 0; |
|
|
padding-bottom: 0; |
|
|
margin-bottom: 20px; |
|
|
margin-bottom: 20px; |
|
|
background-color: #f0f0f0; |
|
|
background-color: #f0f0f0; |
|
|
h2 { |
|
|
|
|
|
text-align: left; |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
padding: 5px 5px 5px 15px; |
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
margin: -7px; |
|
|
|
|
|
margin-bottom: 0px; |
|
|
|
|
|
background-color: #c00; |
|
|
|
|
|
color: #fff; } |
|
|
|
|
|
ul li { |
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
list-style: square; } } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h2 { |
|
|
|
|
|
text-align: left; |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
padding: 5px 5px 5px 15px; |
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
margin: -7px; |
|
|
|
|
|
margin-bottom: 0px; |
|
|
|
|
|
background-color: #c00; |
|
|
|
|
|
color: #fff; } |
|
|
|
|
|
|
|
|
|
|
|
ul li { |
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
list-style: square; } } |
|
|
|
|
|
|
|
|
.button { |
|
|
.button { |
|
|
padding: 5px 10px; |
|
|
padding: 5px 10px; |
|
@@ -83,6 +85,10 @@ a.button, a.button:visited { |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
a.logo { |
|
|
|
|
|
float: right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
#new_feed { |
|
|
#new_feed { |
|
|
background-color: beige; |
|
|
background-color: beige; |
|
|
padding: 5px 10px; |
|
|
padding: 5px 10px; |
|
@@ -101,7 +107,11 @@ table { |
|
|
|
|
|
|
|
|
td { |
|
|
td { |
|
|
padding: 0 20px 30px 0; |
|
|
padding: 0 20px 30px 0; |
|
|
background-color: #fff; |
|
|
|
|
|
|
|
|
/* background-color: #bbb; */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
td:last-child { |
|
|
|
|
|
padding-right: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
th { |
|
|
th { |
|
@@ -117,7 +127,8 @@ h1 { |
|
|
font-size: 3.2em; |
|
|
font-size: 3.2em; |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
line-height: 1.2em; |
|
|
line-height: 1.2em; |
|
|
margin: 10px 0 40px 0; |
|
|
|
|
|
|
|
|
margin: 20px 0 40px 0; |
|
|
|
|
|
text-align: left; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
h2 { |
|
|
h2 { |
|
@@ -125,10 +136,6 @@ h2 { |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.logo { |
|
|
|
|
|
float: right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#login input { |
|
|
#login input { |
|
|
font-size: 1.8em; |
|
|
font-size: 1.8em; |
|
|
padding: 10px; |
|
|
padding: 10px; |
|
@@ -145,5 +152,10 @@ h2 { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#userbar { |
|
|
#userbar { |
|
|
background-color: #eee; |
|
|
|
|
|
|
|
|
margin-bottom: 40px; |
|
|
|
|
|
margin-top: 40px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
table { |
|
|
|
|
|
border-collapse: collapse; |
|
|
} |
|
|
} |