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.css179
1 files changed, 103 insertions, 76 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index ba26f8910..59586fb59 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -43,6 +43,10 @@ abbr {
text-indent: 0px;
}
+.connect-icon {
+ margin-right: 5px;
+}
+
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
font-weight: bold;
color: $link_colour;
@@ -170,7 +174,7 @@ nav #banner #logo-text a {
nav #banner #logo-text a:hover { text-decoration: none; }
header #banner {
- overflow: hidden;
+/* overflow: hidden; */
text-align: center;
font-size: 14px;
font-family: tahoma, "Lucida Sans", sans;
@@ -530,11 +534,24 @@ aside li {
}
-
.directory-details {
font-size: 0.7em;
}
+#cboxContent {
+ color: $dirpopup_txtcol;
+}
+
+#cboxContent a {
+ color: $dirpopup_linkcol;
+}
+
+.app-name {
+ width: 125px;
+ overflow: none;
+}
+
+
.pager {
padding: 10px;
text-align: center;
@@ -546,9 +563,11 @@ aside li {
.pager_last,
.pager_prev,
.pager_next,
-.pager_n {
- border: 1px solid black;
- background: #EEE;
+.pager-prev,
+.pager-next,
+.pager_n {
+ border: 1px solid $editbuttons_bordercolour;
+ background: $editbuttons_bgcolour;
padding: 4px;
}
@@ -557,12 +576,11 @@ aside li {
.pager_prev a,
.pager_next a,
.pager_n a {
- text-decoration: none;
}
.pager_current {
- border: 1px solid black;
- background: #FFCCCC;
+ border: 1px solid transparent;
+ background: transparent;
padding: 4px;
}
@@ -980,6 +998,15 @@ aside li {
color: #FF0000;
}
+.fc-state-highlight {
+ background: none repeat scroll 0% 0% $cal_bgcolour !important;
+}
+
+#fancybox-content {
+ border: 0px solid $fancybox_bgcolour;
+ background-color: $fancybox_bgcolour;
+}
+
.settings-block {
border: 1px solid #AAA;
margin: 10px;
@@ -1005,12 +1032,9 @@ aside li {
.profile-match-photo {
float: left;
- text-align: center;
- width: 120px;
}
.profile-match-name {
- text-align: center;
width: 120px;
height: 1.5em;
overflow: hidden !important;
@@ -1031,12 +1055,18 @@ aside li {
}
.profile-match-wrapper {
- float: left;
- padding: 10px;
- width: 120px;
- min-height: 120px;
- scroll: auto;
+ float: left;
+ width: 120px;
+ height: 150px;
+ padding: 10px;
+ margin: 8px 10px 0 0;
+ border-top: 1px solid #eee;
+ border-left: 2px solid #eee;
+}
+.profile-match-ignore {
+ float: right;
}
+
#profile-match-wrapper-end {
clear: both;
}
@@ -1180,6 +1210,9 @@ brain is weird like that */
margin-bottom: 15px;
}
+#cloud-index td {
+ padding:5px;
+}
/**
@@ -1542,21 +1575,6 @@ header {
padding: 7px 7px 0px 0px;
}
-
-#nav-notify-menu, #nav-network-menu, #nav-home-menu {
- background-color: $notify_bgcolour;
- border-top: none;
- margin-top: $notify_topmargin;
-}
-
-#nav-notify-menu a, #nav-network-menu a, #nav-home-menu a {
- color: $notify_linkcolour;
-}
-
-#nav-notify-menu a:hover, #nav-network-menu a:hover, #nav-home-menu a:hover {
- background: $notify_bghover;
-}
-
.notify-seen a {
background: $notifyseen_bgcolour;
color: $notifyseen_linkcolour !important;
@@ -1794,6 +1812,10 @@ text-decoration: none;
margin-right: 10px;
}
+#adminpage table tr:hover {
+ background-color: $admintable_hoverbgcol;
+}
+
/* message */
img.mail-list-sender-photo {
@@ -1856,11 +1878,11 @@ img.mail-list-sender-photo {
}
#profile-jot-text::-webkit-input-placeholder {
- font-size:1.5em;
+ font-size:18px;
}
#profile-jot-text::-moz-placeholder {
- font-size:1.5em;
+ font-size:18px;
}
#profile-jot-text:focus::-webkit-input-placeholder {
@@ -1899,7 +1921,6 @@ img.mail-list-sender-photo {
.wall-item-content-wrapper {
background-color: $item_colour;
- opacity: $item_opacity;
padding: 10px;
}
@@ -1908,30 +1929,44 @@ img.mail-list-sender-photo {
border-top-left-radius: $radiuspx;
}
-.wall-item-content-wrapper:hover {
- z-index:99;
-}
-/*
.comment .wall-item-body {
-padding-left: 42px;
+ padding-left: $comment_padding;
}
- */
-.hide-comments-outer,
+
.wall-item-content-wrapper.comment {
background-color: $comment_item_colour;
- border-left: 1px solid $comment_border_colour;
- border-right: 1px solid $comment_border_colour;
- border-bottom: 1px solid $comment_border_colour;
+ border-left: $comment_border_left $comment_border_colour;
+ border-right: $comment_border_right $comment_border_colour;
+ border-bottom: $comment_border_bottom $comment_border_colour;
border-radius: 0px;
padding: 7px 10px 7px 7px;
}
-.wall-item-comment-wrapper {
+.hide-comments-outer {
background-color: $comment_item_colour;
- border: 1px solid $item_colour;
+ border-left: $comment_border_left $comment_border_colour;
+ border-right: $comment_border_right $comment_border_colour;
+ border-bottom: $comment_border_bottom $comment_border_colour;
+ border-top: 1px dashed #ccc;
+ text-align: center;
+ border-radius: 0px;
+}
+
+.hide-comments-outer:hover {
+ border-top: 1px dashed #adadad;
+}
+
+.wall-item-comment-wrapper {
+ padding: 7px 10px;
+ background-color: $item_colour;
border-radius: 0px;
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
+ margin-top: 3px;
+}
+
+.wall-item-comment-wrapper-wc {
+ margin-top: 0px;
}
.wall-item-like,
@@ -1980,37 +2015,15 @@ padding-left: 42px;
color: $toolicon_colour;
}
-.item-tool:hover {
- /*color: $toolicon_activecolour;*/
-}
-
.like-rotator {
color: $toolicon_colour;
}
-.my-comment-photo {
- border-radius: $radiuspx;
- -moz-border-radius: $radiuspx;
- box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
-}
-
-.comment-edit-photo img {
- width: $reply_photo;
-}
-
-[class^="comment-edit-bb"] {
- list-style: none;
-}
-
.comment-icon {
- font-size: 1.2em;
+ font-size: 0.8em;
color: $toolicon_colour;
}
-.comment-icon:hover {
- color: $toolicon_activecolour;
-}
-
.comment-edit-text-empty,
.comment-edit-text-full {
border: 1px solid #ccc;
@@ -2019,12 +2032,27 @@ padding-left: 42px;
.comment-edit-text-empty {
color: gray;
+ font-size: 11px;
}
.comment-edit-text-full {
color: black;
}
+.divgrow-showmore {
+ display: block;
+ width: 100%;
+ border-top: 1px dashed #ccc;
+ border-bottom-right-radius: $radiuspx;
+ border-bottom-left-radius: $radiuspx;
+ text-align: center;
+}
+
+.divgrow-showmore:hover {
+ border-top: 1px dashed #adadad;
+}
+
+
/* widgets */
.widget {
@@ -2118,8 +2146,6 @@ nav .dropdown-menu {
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
background-color: $notify_bgcolour;
- border-top: none;
- margin-top: $notify_topmargin;
}
nav .dropdown-menu .divider{
@@ -2263,7 +2289,6 @@ blockquote {
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{
border:1px solid $navtabs_borderc;
- border-bottom:1px solid transparent;
}
.nav-tabs.nav-justified > li > a {
@@ -2274,7 +2299,6 @@ blockquote {
text-decoration: $navtabs_decohover;
background-color: $navtabs_bgchover;
border-color: transparent;
- border-bottom-color: $navtabs_borderc;
$navtabs_linkchover
}
@@ -2299,7 +2323,7 @@ blockquote {
.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active {
background-color: $editbuttons_bghover;
- border-color: $editbuttons_bordercolour;
+ border-color: $editbuttons_bordercolourhover;
color: $input_colourhover;
text-decoration: $input_decohover;
}
@@ -2308,10 +2332,13 @@ blockquote {
text-decoration: none;
}
-.btn-preview, .btn-preview:hover, .btn-preview:focus, .btn-preview:active {
- margin-right: 1px;
+.well {
+ background-color: $advperm_bgcolour;
+ border: 1px solid $advperm_bordercol;
+ background-image: linear-gradient(to bottom, $advperm_gradientcol 0px, $advperm_bgcolour 100%);
}
+
@media screen and (max-width: 767px) {
aside#region_1 {
background: rgba(0, 0, 0, .1);