summaryrefslogtreecommitdiff
path: root/default/htdocs/styles
diff options
context:
space:
mode:
Diffstat (limited to 'default/htdocs/styles')
-rw-r--r--default/htdocs/styles/css3.css (renamed from default/htdocs/styles/html5.css)54
1 files changed, 29 insertions, 25 deletions
diff --git a/default/htdocs/styles/html5.css b/default/htdocs/styles/css3.css
index 809a1d9..b55cc09 100644
--- a/default/htdocs/styles/html5.css
+++ b/default/htdocs/styles/css3.css
@@ -1,7 +1,3 @@
-html {
- height: 100%;
-}
-
body {
font-family: Georgia, Serif;
background-color: #19495f;
@@ -9,10 +5,6 @@ body {
max-width: 900px;
}
-p {
- padding: 1px 0;
-}
-
div.header {
background-color: #01768f;
border-color: #000000;
@@ -21,18 +13,10 @@ div.header {
color: #FFFFFF;
padding: 20px;
margin: 0px;
- margin-bottom: 5px;
+ margin-bottom: 0px;
text-align: center;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
-}
-
-span.italic {
- font-style: italic;
-}
-
-span.bold {
- font-weight: bold;
+ border-radius:10px;
+ box-shadow: 10px 10px 5px #000000;
}
div.main {
@@ -40,19 +24,39 @@ div.main {
border-width: 1px;
border-style: solid;
padding: 5px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
+ border-radius:10px;
+ box-shadow: 10px 10px 5px #000000;
}
div.important {
background-color: #FF8181;
border-width: 1px;
border-style: solid;
+ border-radius:10px;
+ margin-right: 10px;
+ box-shadow: 10px 10px 5px #000000;
+}
+
+html {
+ height: 100%;
+}
+
+p {
+ padding: 1px 0;
+}
+
+span.italic {
+ font-style: italic;
+}
+
+span.bold {
+ font-weight: bold;
}
h1 {
padding-left: 10px;
font-size: 30px;
+ text-shadow: 3px 3px 3px #BBBBBB;
}
h2, h3, p {
@@ -70,8 +74,9 @@ pre, .quote, .code {
padding-right: 10px;
padding: 10px;
margin-bottom: 30px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
+ margin-right: 15px;
+ border-radius:10px;
+ box-shadow: 10px 10px 5px #000000;
}
.footer {
@@ -82,8 +87,7 @@ pre, .quote, .code {
font-size: 12px;
margin-top: 10px;
padding: 10px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
+ border-radius:10px;
}
a {