aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-11 15:07:30 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-11 15:07:30 +0100
commit83d07b955185a6d64c7646a0467dd8ca479d4923 (patch)
treeb09e23cd8c38b0bbf4f444145a17e9441d8167ea /view/theme/redbasic/css
parent0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9 (diff)
downloadvolse-hubzilla-83d07b955185a6d64c7646a0467dd8ca479d4923.tar.gz
volse-hubzilla-83d07b955185a6d64c7646a0467dd8ca479d4923.tar.bz2
volse-hubzilla-83d07b955185a6d64c7646a0467dd8ca479d4923.zip
font size and post title adjust
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css60
1 files changed, 7 insertions, 53 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 33dcfedc9..dd6046570 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -54,27 +54,27 @@ main {
}
h1, .h1 {
- font-size: 1.75em;
+ font-size: 2rem;
}
h2, .h2 {
- font-size: 1.5rem;
+ font-size: 1.6rem;
}
h3, .h3 {
- font-size: 1.25rem;
+ font-size: 1.2rem;
}
h4, .h4 {
- font-size: 1rem;
+ font-size: 1.05rem;
}
h5, .h5 {
- font-size: 0.75rem;
+ font-size: 0.9rem;
}
h6, .h6 {
- font-size: 0.5rem;
+ font-size: 0.75rem;
}
@@ -347,7 +347,7 @@ footer {
.fn {
font-weight: bold;
- font-size: 16px;
+ font-size: $font_size;
color: #444444;
}
@@ -1333,10 +1333,6 @@ img.mail-conv-sender-photo {
border-top-left-radius: $radiuspx;
}
-.wall-item-title {
- font-size: $font_size;
-}
-
.wall-item-footer {
font-size: $body_font_size;
margin-top: 2em;
@@ -1407,14 +1403,8 @@ img.mail-conv-sender-photo {
.wall-item-ago,
.dropdown-sub-text {
color: #777;
- font-size: 0.833em;
}
-.wall-item-ago i {
- font-size: 0.833em;
-}
-
-
.wall-item-content,
.mail-conv-body,
.page-body,
@@ -1541,24 +1531,6 @@ nav img {
border-radius: $radiuspx;
}
-/*
-nav .dropdown-menu {
- font-size: $body_font_size;
- border-top-right-radius: 0px;
- border-top-left-radius: 0px;
- border-bottom-right-radius: $radiuspx;
- border-bottom-left-radius: $radiuspx;
-}
-
-
-.dropdown-menu > .show > a,
-.dropdown-menu > .show > a:focus,
-.dropdown-menu > .show > a:hover {
- color: #333;
- background-color: #f5f5f5;
-}
-*/
-
.dropdown-menu-img-sm {
float: left;
width: 36px;
@@ -1847,14 +1819,6 @@ blockquote {
font-size: $body_font_size;
}
-.btn-xs {
- font-size: 0.75rem;
-}
-
-.btn-default {
- background-color: transparent;
-}
-
@media screen and (max-width: 767px) {
aside#region_1 {
@@ -1875,16 +1839,6 @@ blockquote {
border:1px;
}
- .wall-item-photo {
- width: 48px !important;
- height: 48px !important;
- }
-
- .comment .wall-item-photo {
- width: 32px !important;
- height: 32px !important;
- }
-
.acl-list-item {
width: 98%; /* fallback if browser does not support calc() */
width: calc(100% - 10px);