summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-15 14:59:51 +0400
committerAndrew Dolgov <[email protected]>2013-05-15 14:59:51 +0400
commitdcab541d2c4c5ee35fb0ececac3a4223a1697e59 (patch)
tree710b87cad246d0802f5f949f7009532487cb6bad /utility.css
parent077f22133740b520f44c50a1364363114b621099 (diff)
css tweaks for utility and exported articles, etc
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/utility.css b/utility.css
index 5b68e8837..ac0180e44 100644
--- a/utility.css
+++ b/utility.css
@@ -1,7 +1,9 @@
body {
- font-family : sans-serif;
- font-size : 12px;
- background : #eee;
+ background : #f9fbff;
+ color : black;
+ padding : 0px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
margin-left : auto;
margin-right : auto;
max-width : 800px;
@@ -16,7 +18,8 @@ div.content {
background : white;
border : 1px solid #ccc;
padding : 10px;
- box-shadow : 0px 0px 3px #ccc;
+ border-radius : 4px;
+ box-shadow : inset 0 0 3px rgba(0,0,0,0.1);
}
p.warning {
@@ -96,9 +99,8 @@ div.warning span, div.notice span, div.error span {
h1 {
color : #88b0f0;
font-size : 32px;
- font-family : serif;
margin : 20px 0px 5px 0px;
- text-shadow : 2px 2px 2px #fff;
+ text-shadow : 0 0 6px #fff;
}
h2 {