aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-09-26 12:29:07 +0200
committermarijus <mario@mariovavti.com>2014-09-26 12:29:07 +0200
commitb948ab595592e4a43f684a49dc681a755f8c8673 (patch)
treec3f7413eff7458bc7d311519754ba416525276ba /view/theme
parent1e7fbac6c1a26e6ae5be18ce3e5332f222bc2977 (diff)
downloadvolse-hubzilla-b948ab595592e4a43f684a49dc681a755f8c8673.tar.gz
volse-hubzilla-b948ab595592e4a43f684a49dc681a755f8c8673.tar.bz2
volse-hubzilla-b948ab595592e4a43f684a49dc681a755f8c8673.zip
some more work on photos - work in progress
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css53
1 files changed, 23 insertions, 30 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 4e662f1db..2cb2d917d 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -9,6 +9,7 @@
/* generals */
html {
height: 100%;
+ font-size: 100%;
}
body {
@@ -2206,10 +2207,6 @@ nav ul li {
max-height: 50px
}
-nav .badge {
- border-radius: $radiuspx;
-}
-
nav .dropdown-menu {
font-size: $body_font_size;
border-top-right-radius: 0px;
@@ -2251,32 +2248,8 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
}
/* bootstrap overrides */
-blockquote {
- font-size: 1em;
-}
-
-h1, h2 {
- font-size: 1.583em;
-}
-
-h3, h4 {
- font-size: 1.334em;
-}
-
-h5, h6 {
- font-size: 0.75rem;
-}
-
-.wall-item-content h1, .wall-item-content h2 {
- font-size: 1.319em;
-}
-
-.wall-item-title {
- font-size: $font_size;
-}
-
-.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
- font-size: 1.112em;
+.badge {
+ border-radius: $radiuspx;
}
.dropdown-menu {
@@ -2448,6 +2421,26 @@ h5, h6 {
background-image: linear-gradient(to bottom, $advperm_gradientcol 0px, $advperm_bgcolour 100%);
}
+.section-title-wrapper {
+ padding: 7px 10px;
+ background-color: $item_colour;
+ border-radius: $radiuspx;
+ margin-bottom: 10px;
+}
+
+.section-title-wrapper h3 {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
+.section-title-submenu {
+ margin-top: 10px;
+}
+
+.section-title-submenu a {
+ margin-right: 10px;
+}
+
@media screen and (max-width: 767px) {
aside#region_1 {
background: rgba(0, 0, 0, .1);