summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-18 14:14:30 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-18 14:14:30 +0200
commitb944832d593683e54c216d23bb493b302b521e29 (patch)
tree6c4376d642e8245a6a41e44d4a8e090a481185bb /src/style.css
parent80e38791f41cf326e43946e306157daa7d7e08e1 (diff)
downloadtheos-website-b944832d593683e54c216d23bb493b302b521e29.tar.xz
convert root page to reST like ~kyrias/
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/style.css b/src/style.css
index 13a5255..07d8ad2 100644
--- a/src/style.css
+++ b/src/style.css
@@ -53,7 +53,7 @@ header h1 {
color: #222;
}
-#content > p:first-of-type:first-letter {
+#welcome-to-theos-kyriasis-com > p:first-of-type:first-letter {
float: left;
color: #903;
font-size: 3rem;
@@ -64,31 +64,34 @@ header h1 {
font-family: 'Georgia';
}
@media (max-width: 767px) {
- #content > p:first-of-type:first-letter {
+ #welcome-to-theos-kyriasis-com > p:first-of-type:first-letter {
padding-top: 0.3rem;
padding-right: 0.2rem;
font-size: 2.7rem;
}
}
-#users h3 {
+#user-pages h1 {
margin: 0 0 -0.5rem 0;
}
-#users ul {
+#user-pages ul {
list-style-type: none;
padding: 0 0 0 0.5rem;
}
-
-#users ul li {
+#user-pages ul li {
padding-bottom: 0.25rem;
}
-.info-right {
+p#last-upd, p#author {
font-size: 14px;
text-align: right;
margin: 0;
}
+div.section h1 {
+ font-size: 19px;
+}
+
.botborder {
border-bottom: 0.15rem;
border-bottom-style: dotted;