aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css155
1 files changed, 36 insertions, 119 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index c632dbc74..dd6046570 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -54,28 +54,27 @@ main {
}
h1, .h1 {
- font-size: 2em;
+ font-size: 2rem;
}
h2, .h2 {
- font-size: 1.667em;
+ font-size: 1.6rem;
}
h3, .h3 {
- font-size: 1.334em;
+ font-size: 1.2rem;
}
h4, .h4 {
- font-size: 1em;
- font-weight: bold;
+ font-size: 1.05rem;
}
h5, .h5 {
- font-size: 1em;
+ font-size: 0.9rem;
}
h6, .h6 {
- font-size: 0.75em;
+ font-size: 0.75rem;
}
@@ -213,7 +212,7 @@ nav #banner #logo-text a:hover { text-decoration: none; }
header #banner {
z-index: 1040;
- margin-top: 14px;
+ margin-top: 10px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,.5);
font-size: 14px;
@@ -348,7 +347,7 @@ footer {
.fn {
font-weight: bold;
- font-size: 16px;
+ font-size: $font_size;
color: #444444;
}
@@ -570,36 +569,25 @@ footer {
display: none;
}
-#nav-searchbar {
- float: right;
- margin-top: 2px;
- margin-right: 10px;
-}
-
#nav-search-spinner {
float: left;
margin: 25px 0px 0px 25px;
color: $nav_active_icon_colour;
}
-#nav-search-text:hover,
-#nav-search-text:focus {
- background-color: #fff;
- color: #000;
-}
-
+/*
#nav-search-text {
font-size: 12px;
width: 200px;
height: 20px;
- margin: 15px;
+ margin-right: 15px;
padding: 0px 5px 0px 5px;
border-radius: $radiuspx;
border-color: $nav_bd;
background-color: #eee;
transition: background-color 300ms ease 0s;
}
-
+*/
#nav-search-text::-webkit-input-placeholder {
font-family: FontAwesome, sans-serif;
}
@@ -609,7 +597,7 @@ footer {
}
nav .acpopup {
- top: 50px !important;
+ top: 46px !important;
margin-left: -35px;
width: 290px;
}
@@ -1181,9 +1169,15 @@ margin-right: 50px;
}
.generic-icons {
- font-size: 1.2em;
+ font-size: 1rem;
color: $toolicon_colour;
- margin-right: 7px;
+ margin-right: 0.5rem;
+}
+
+.generic-icons-right {
+ font-size: 1rem;
+ color: $toolicon_colour;
+ margin-left: 0.5rem;
}
.generic-icons:hover {
@@ -1339,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;
@@ -1413,18 +1403,14 @@ 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,
.chat-item-text,
-.chat-item-text-self {
+.chat-item-text-self,
+#doco-content {
font-size: $font_size;
clear: both;
}
@@ -1486,6 +1472,11 @@ img.mail-conv-sender-photo {
color: $toolicon_colour;
}
+.widget .nav-item:hover {
+ background-color: #eee;
+ border-radius: $radiuspx;
+}
+
#note-text {
border: 1px solid #ccc;
border-radius: $radiuspx;
@@ -1540,21 +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 > .active > a,
-.dropdown-menu > .active > a:focus,
-.dropdown-menu > .active > a:hover {
- color: #333;
- background-color: #f5f5f5;
-}
-
.dropdown-menu-img-sm {
float: left;
width: 36px;
@@ -1568,16 +1544,14 @@ nav .dropdown-menu {
margin-right: 5px;
}
-#usermenu-caret {
- color: $nav_icon_colour;
+.usermenu {
+ width: 2rem;
+ height: 2rem;
}
-.usermenu-head {
- float: left;
-}
-
-.usermenu-head:hover #usermenu-caret {
- color: $nav_active_icon_colour;
+.usermenu img {
+ width: 100%;
+ height: 100%;
}
.page-title {
@@ -1754,17 +1728,6 @@ blockquote {
margin: 0px;
}
-.badge {
- border-radius: $radiuspx;
-}
-
-nav .badge.home-update,
-nav .badge.notify-update,
-nav .badge.intro-update,
-nav .badge.mail-update {
- background-color: #C9302C;
-}
-
.dropdown-menu {
font-size: $body_font_size;
border-radius: $radiuspx;
@@ -1774,6 +1737,7 @@ nav .badge.mail-update {
border-radius: $radiuspx;
}
+/*
.navbar-inverse {
background-image: -webkit-linear-gradient(top, $nav_gradient_top 0%, $nav_gradient_bottom 100%);
background-image: linear-gradient(to bottom, $nav_gradient_top 0%, $nav_gradient_bottom 100%);
@@ -1782,6 +1746,7 @@ nav .badge.mail-update {
border-color: $nav_bd;
}
+
.navbar-inverse .navbar-collapse {
border-color: $nav_bd;
}
@@ -1826,26 +1791,7 @@ nav .badge.mail-update {
.navbar-inverse .navbar-toggle .icon-bar {
background-color: $nav_active_icon_colour;
}
-
-.navbar-toggle-extra {
- color: $nav_active_icon_colour;
- padding: 7px 10px;
-}
-
-.navbar-toggle-extra-left {
- float: left;
- margin-left: 15px;
- margin-right: 0px;
- color: $nav_active_icon_colour;
- padding: 7px 10px;
-}
-
-a.navbar-toggle-extra:hover,
-a.navbar-toggle-extra-left:hover {
- color: $nav_active_icon_colour;
- text-decoration: none;
-}
-
+*/
.nav-tabs.nav-justified {
background-color: rgba(254,254,254,.5);
border-top-left-radius: 4px;
@@ -1873,14 +1819,6 @@ a.navbar-toggle-extra-left:hover {
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 {
@@ -1901,16 +1839,6 @@ a.navbar-toggle-extra-left:hover {
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);
@@ -2100,17 +2028,6 @@ dl.bb-dl > dd > li {
border-left: 3px solid #eee;
}
-.nav-pills-stacked-icons {
- padding: 6px 10px;
- float: right;
- position: relative;
- z-index:1;
-}
-
-.nav-pills-stacked-icons:hover + a {
- background-color: #eee;
-}
-
.app-icon {
font-size: 80px;
color: $toolicon_colour;