summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
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;