diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 90 | ||||
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 66 | ||||
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 4 |
3 files changed, 111 insertions, 49 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2ff6c1eb4..9403b078e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -129,7 +129,7 @@ pre code { code { font-size: 1em; - padding: 5px; + padding: 1em; border: 1px solid #ccc; background: #ccc; color: #000; @@ -794,11 +794,11 @@ a.rateme, div.rateme { } #nav-search-text::-webkit-input-placeholder { - font-family: FontAwesome; + font-family: FontAwesome, sans-serif; } #nav-search-text::-moz-placeholder { - font-family: FontAwesome; + font-family: FontAwesome, sans-serif; } nav .acpopup { @@ -1432,7 +1432,10 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { .profile-match-connect { margin-top: 5px; } .reshared-content { margin-left: 20px; } -.shared_header img { margin-right: 10px; } +.shared_header img { + border-radius: $radiuspx; + margin-right: 10px; +} .tag1 { font-size : 0.9em !important; @@ -1526,22 +1529,6 @@ a .drop-icons:hover { margin-right: 10px; color: #FF0000; } - -.attachlink { - float: left; - border: 1px solid black; - padding: 5px; - margin-right: 8px; -} - -.attach-icons { - font-size: 1.4em; -} - -.attach-clip { - margin-right: 3px; - font-size: 1.8em; -} #menulist { list-style-type: none; @@ -1634,40 +1621,56 @@ img.mail-conv-sender-photo { } /* conversation */ +.nsfw-wrap { + text-align: center; + font-size: $body_font_size; +} -.wall-item-title { - font-size: $font_size; +.wall-item-head { + padding: 10px 10px 0.5em 10px; } -.hide-comments-outer, -.thread-wrapper .wall-item-comment-wrapper, -.wall-item-content-wrapper.comment { - margin-left: $comment_indent; +.wall-item-content { + padding: 0.5em 10px; +} + +.wall-photo-item { + /*padding: 0.5em 10px;*/ +} + +.wall-photo-item img { + max-width: 100% !important; + border-top-right-radius: $radiuspx; + border-top-left-radius: $radiuspx; +} + +.wall-item-tools { + padding: 0.5em 10px 10px 10px; +} + + +.wall-item-title { + font-size: $font_size; } .wall-item-content-wrapper { background-color: $item_colour; - padding: 10px; border-top-right-radius: $radiuspx; border-top-left-radius: $radiuspx; } .wall-item-content-wrapper.comment { background-color: $comment_item_colour; - border-color: $comment_border_colour; - border-style: solid; - border-width: 0px 0px 0px 3px; - border-radius: 0px; - padding: 7px 10px 7px 7px; + border-top-right-radius: 0px; + border-top-left-radius: 0px; } .hide-comments-outer { background-color: $comment_item_colour; - border-color: $comment_border_colour; border-top-color: #ccc; border-style: solid; border-top-style: dashed; - border-width: 1px 0px 0px 3px; + border-width: 1px 0px 0px 0px; text-align: center; border-radius: 0px; } @@ -1682,11 +1685,11 @@ img.mail-conv-sender-photo { border-radius: 0px; border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; - margin-top: 3px; + border-top: 3px solid $comment_item_colour; } .wall-item-comment-wrapper-wc { - margin-top: 0px; + border-top: 0px solid $comment_item_colour; } .wall-item-like, @@ -1722,6 +1725,7 @@ img.mail-conv-sender-photo { } .wall-item-content, +.mail-conv-body, .page-body { font-size: $font_size; clear: both; @@ -1770,7 +1774,6 @@ img.mail-conv-sender-photo { .divgrow-showmore:hover { border-top: 1px dashed #adadad; - text-decoration: underline; } @@ -1868,7 +1871,6 @@ nav .dropdown-menu { border: 1px solid #ccc; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); border-radius: $radiuspx; - background-color: #fff; } .section-title-wrapper { @@ -1876,7 +1878,7 @@ nav .dropdown-menu { background-color: $item_colour; border-top-left-radius: $radiuspx; border-top-right-radius: $radiuspx; - margin-bottom: 3px; + border-bottom: 3px solid $comment_item_colour; } .section-title-wrapper h2, @@ -1891,20 +1893,20 @@ nav .dropdown-menu { .section-subtitle-wrapper { padding: 7px 10px; background-color: $item_colour; - margin-bottom: 3px; + border-bottom: 3px solid $comment_item_colour; } .section-content-tools-wrapper { padding: 7px 10px; background-color: $comment_item_colour; - margin-bottom: 3px + border-bottom: 3px solid $comment_item_colour; } .section-content-info-wrapper { padding: 21px 10px; color: #31708f; background-color: #d9edf7; - margin-bottom: 3px; + border-bottom: 3px solid $comment_item_colour; text-align: center; } @@ -1912,7 +1914,7 @@ nav .dropdown-menu { padding: 21px 10px; color: #8a6d3b; background-color: #fcf8e3; - margin-bottom: 3px; + border-bottom: 3px solid $comment_item_colour; text-align: center; } @@ -1920,7 +1922,7 @@ nav .dropdown-menu { padding: 21px 10px; color: #a94442; background-color: #f2dede; - margin-bottom: 3px; + border-bottom: 3px solid $comment_item_colour; text-align: center; } diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 4e8e23de5..7020309fc 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -5,13 +5,26 @@ .vcard, #contact-block, .widget { background-color: transparent; - border-bottom: 1px solid #fff; + border-bottom: 1px solid #333; + border-radius: 0px +} + +#profile-photo-wrapper { + border:none; +} + +.photo { + box-shadow: none; } .abook-pending-contact, .abook-permschange { background: #402900; } +.contact-entry-wrapper { + border: 1px solid #333; +} + #cboxContent a { color: #000; } @@ -75,7 +88,7 @@ background-color: #111; } -.btn-default { +.btn { background-color: #1e1e1e; border-color: #222; color: #ccc; @@ -83,7 +96,7 @@ box-shadow: none; } -.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active { +.btn:hover, .btn:focus, .btn:active { background-color: #222; border-color: #222; color: #fff; @@ -94,6 +107,40 @@ text-decoration: none; } +.btn-primary, input#event-submit, input#rmagic-submit-button, input#lostpass-submit-button { + background-color: #337AB7; + color: #FFF; +} + +.btn-primary:hover, .btn-primary:focus, input#event-submit:hover, input#event-submit:focus, input#rmagic-submit-button:hover, input#rmagic-submit-button:focus, input#lostpass-submit-button:hover, input#lostpass-submit-button:focus { + border-color: #204D74; + background-color: #286090; + color: #FFF; +} + +.btn-success { + color: #FFF; + background-color: #5CB85C; + border-color: #4CAE4C; +} + +.btn-success:hover, .btn-success:focus { + color: #FFF; + background-color: #449D44; + border-color: #398439; +} + +.btn-danger { + background-color: #D9534F; + border-color: #D43F3A; + color: #FFF; +} +.btn-danger:hover, .btn-danger:focus { + color: #FFF; + background-color: #C9302C; + border-color: #AC2925; +} + .pager_first, .pager_last, .pager_prev, @@ -177,6 +224,7 @@ nav .dropdown-menu { text-decoration: underline; background-color: #222; color: #ccc; + border-color: #333; } aside .nav > li > a:hover, aside .nav > li > a:focus { @@ -251,6 +299,18 @@ pre { background: url('../img/gray_and_black_diagonal_stripes_background_seamless.gif'); } +.xdsoft_datepicker.active { + color: #222 !important; + text-decoration: none !important; +} + +.xdsoft_datepicker.active:hover, .xdsoft_datepicker.active:focus { + color: #222 !important; + text-decoration: underline; +} + + + @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #333; diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 4f5b69beb..cdc9de489 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -16,8 +16,8 @@ {{include file="field_colorinput.tpl" field=$background_image}} {{include file="field_colorinput.tpl" field=$item_colour}} {{include file="field_colorinput.tpl" field=$comment_item_colour}} - {{include file="field_colorinput.tpl" field=$comment_border_colour}} - {{include file="field_input.tpl" field=$comment_indent}} + {{*include file="field_colorinput.tpl" field=$comment_border_colour*}} + {{*include file="field_input.tpl" field=$comment_indent*}} {{include file="field_input.tpl" field=$body_font_size}} {{include file="field_input.tpl" field=$font_size}} {{include file="field_colorinput.tpl" field=$font_colour}} |