summaryrefslogtreecommitdiff
path: root/themes/html5/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/html5/style.css')
-rw-r--r--themes/html5/style.css182
1 files changed, 182 insertions, 0 deletions
diff --git a/themes/html5/style.css b/themes/html5/style.css
new file mode 100644
index 0000000..6950f0b
--- /dev/null
+++ b/themes/html5/style.css
@@ -0,0 +1,182 @@
+body {
+ font-family: sans-serif;
+ font-size: 14px;
+ margin: 3% 8% 2% 12%;
+}
+
+pre {
+ background-color: #ffffea;
+ padding: 2%;
+ border: thin dashed #aaaaaa;
+}
+
+#moderate {
+ color: #bb3300;
+}
+#preview {
+ padding: 3% 5%;
+ margin: 0 35% 10% 0;
+ border: thin dotted #aaaaaa;
+}
+
+img, video {
+ max-width: 100%;
+}
+textarea, input {
+ border: thin solid #aaaaaa;
+}
+
+a {
+ text-decoration: none;
+ color: #bb3300;
+}
+a:hover {
+ /* color: #498a41 !important; */
+ text-decoration: underline;
+}
+
+h1 {
+ margin-bottom: 0;
+}
+h2 a {
+ color: #000000;
+}
+h3 {
+ color: #666666;
+}
+q {
+ margin-left: 2%;
+}
+
+header {
+ margin-bottom: 3%;
+}
+header p {
+ margin: 0;
+ color: #666666;
+ font-size: smaller;
+}
+header p a {
+ color: #4466cc;
+}
+
+/* IE lt 9 hack */
+section, article, aside, footer, header, nav, hgroup {
+ display:block;
+}
+
+article {
+ width: 70%;
+ float: left;
+ margin-bottom: 3%;
+}
+
+aside {
+ float: right;
+ width: 25%;
+ margin-bottom: 3%;
+}
+aside h3 {
+ border-bottom: thin solid #aaaaaa;
+}
+aside section {
+ margin-bottom: 10%;
+}
+aside ul {
+ list-style: none;
+ padding: 0;
+}
+aside ul ul {
+ list-style: none;
+ margin-left: 10%;
+}
+
+article h2 {
+ border-bottom: thin solid #aaaaaa;
+}
+article footer {
+ border: none;
+}
+article footer a {
+ margin-left: 0.5ex;
+}
+
+footer {
+ clear: both;
+ text-align: center;
+ font-size: smaller;
+ color: #666666;
+ border-top: thin solid #aaaaaa;
+ padding: 1% 0;
+ margin-top: 2%;
+}
+footer a {
+ color: #4466cc;
+}
+footer ul {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+footer li.comments_count {
+ float: left;
+ text-align: left;
+}
+footer li.tags {
+ text-align: right;
+}
+footer li.lastpage {
+ float: left;
+ text-align: left;
+}
+footer li.nextpage {
+ float: right;
+ text-align: right;
+}
+#archive a {
+ margin-right: 2%;
+}
+#tagcloud a {
+ color: #4466cc;
+}
+#tagcloud li {
+ display: inline;
+ margin-right: 0.5ex;
+}
+li.tagcloud_0 {
+ font-size: 75%;
+}
+li.tagcloud_1 {
+ font-size: 80%;
+}
+li.tagcloud_2 {
+ font-size: 95%;
+}
+li.tagcloud_3 {
+ font-size: 120%;
+}
+li.tagcloud_4 {
+ font-size: 155%;
+}
+li.tagcloud_5 {
+ font-size: 200%;
+}
+#feeds img {
+ margin-right: 1ex;
+ border: none;
+}
+
+#error h3 {
+ color: #bb3300;
+}
+#error p {
+ color: #bb3300;
+ margin-left: 2%;
+}
+#message h3 {
+ color: #498a41;
+}
+#message p {
+ color: #498a41;
+ margin-left: 2%;
+}