streams/view/theme/redbasic/css/style.css

1619 lines
25 KiB
CSS
Raw Normal View History

/**
* Redbasic
*
* Based on duepuntozero Friendica style
* Originally by Fabio Comuni <fabrix.xm@gmail.com>
*/
/* generals */
html {
2017-03-19 11:10:16 +00:00
font-size: $font_size;
}
body {
2017-03-19 11:10:16 +00:00
font-size: 0.9rem;
2013-10-10 18:18:33 +00:00
background-color: $bgcolour;
2013-10-01 22:04:14 +00:00
background-image: url('$background_image');
background-attachment: fixed;
background-size: cover;
2013-10-10 18:18:33 +00:00
color: $font_colour;
margin: 0px;
}
2014-09-27 13:41:49 +00:00
2015-09-11 09:54:35 +00:00
aside {
width: $aside_widthpx;
min-width: $aside_widthpx;
max-width: $aside_widthpx;
}
2016-12-21 11:55:49 +00:00
aside #region_1 {
border-right: 1px solid transparent;
}
2016-12-21 11:55:49 +00:00
aside #left_aside_wrapper {
margin-bottom: 10px;
}
main {
2015-09-11 09:54:35 +00:00
margin-left: auto;
margin-right: auto;
max-width: $main_widthpx;
}
2016-12-22 10:54:04 +00:00
#overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
2016-12-22 10:54:04 +00:00
cursor: pointer;
z-index: 1029;
}
h1, .h1 {
2017-03-11 14:07:30 +00:00
font-size: 2rem;
}
h2, .h2 {
2017-03-11 14:07:30 +00:00
font-size: 1.6rem;
2014-09-27 13:41:49 +00:00
}
h3, .h3 {
2017-03-11 14:07:30 +00:00
font-size: 1.2rem;
2014-09-27 13:41:49 +00:00
}
h4, .h4 {
2017-03-11 14:07:30 +00:00
font-size: 1.05rem;
}
h5, .h5 {
2017-03-11 14:07:30 +00:00
font-size: 0.9rem;
}
h6, .h6 {
2017-03-11 14:07:30 +00:00
font-size: 0.75rem;
2014-09-27 13:41:49 +00:00
}
2017-03-18 16:28:46 +00:00
#banner {
2017-03-26 11:15:15 +00:00
color: $banner_colour;
font-weight: bold;
2017-03-18 16:28:46 +00:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#banner img {
2017-03-24 09:29:44 +00:00
max-height: 1.35rem;
width: auto;
}
.jslider {
2014-10-31 13:33:41 +00:00
font-family: sans-serif, arial, freesans;
}
abbr {
border-bottom: none;
}
/* icons */
2014-11-02 18:36:28 +00:00
2015-06-06 15:05:38 +00:00
a,
2013-01-10 06:18:06 +00:00
.fakelink {
2015-06-06 15:05:38 +00:00
color: $link_colour;
2013-01-10 06:18:06 +00:00
}
2015-06-06 15:05:38 +00:00
a:hover,
2015-06-06 18:23:00 +00:00
a:focus,
2015-06-06 15:05:38 +00:00
.fakelink:hover,
.fakelink:focus {
color: $link_colour;
2014-09-28 21:14:49 +00:00
}
2015-06-06 15:05:38 +00:00
.fakelink {
cursor: pointer;
2014-09-28 21:14:49 +00:00
}
2013-11-13 16:09:42 +00:00
2015-03-03 08:18:04 +00:00
input, optgroup, select, textarea {
2017-03-31 14:13:58 +00:00
font-size: 0.9rem !important;
2016-07-25 09:41:27 +00:00
resize: vertical;
}
.selected-doco-nav {
font-weight: bold;
text-shadow: 2px 2px 3px lightgray;
}
#doco-content img {
width: 100%;
}
#help-content pre code {
overflow-x: auto;
white-space: pre;
}
pre code {
border: none;
padding: 1em 1.5em;
}
code {
2015-06-06 13:06:27 +00:00
background: #ccc;
color: #000;
}
pre {
2015-06-06 13:06:27 +00:00
background: #F5F5F5;
color: #333;
border:1px solid #ccc;
2017-09-08 07:43:25 +00:00
border-radius: $radius;
}
.heart {
color: #FF0000;
}
2017-03-18 16:28:46 +00:00
nav {
opacity: $nav_float_min_opacity;
filter:alpha(opacity=$nav_percent_min_opacity);
}
#powered-by {
font-size: 0.5rem;
position: absolute;
top: 50px;
left: 16px;
}
#powered-by img {
margin-top: -2px;
height: 10px;
width: 10px;
}
.error-message {
color: #FF0000;
font-size: 1.1em;
border: 1px solid #FF8888;
background-color: #FFEEEE;
padding: 10px;
}
2014-08-19 03:03:48 +00:00
.nav-channel-select { margin-left: 8px; }
/* contextual help */
.contextual-help-content {
display: none;
}
.contextual-help-content-open {
display: block;
position: fixed;
2017-03-28 17:29:42 +00:00
top: 3.35rem;
2017-02-12 19:06:09 +00:00
left: 0px;
2017-02-20 22:09:21 +00:00
width: 100%;
max-height: 50%;
background: $comment_item_colour;
2017-03-31 11:59:28 +00:00
padding: 1rem;
border-bottom: #ccc 1px solid;
overflow: auto;
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.contextual-help-content dd {
margin-bottom: 1em;
}
.contextual-help-tool {
padding: 7px;
filter: alpha(opacity=20);
2017-03-18 16:28:46 +00:00
opacity: .5;
}
.contextual-help-tool:hover {
filter: alpha(opacity=50);
2017-03-18 16:28:46 +00:00
opacity: 1;
text-decoration: none;
}
.contextual-help-tool i {
2017-03-18 16:28:46 +00:00
color: $font_colour;
font-size: 1.05rem;
}
/* contextual help end */
/* footer */
footer {
position:fixed;
bottom:1px;
text-align: right;
padding-bottom: 1em;
padding-right: 3em;
}
2015-11-27 20:44:02 +00:00
.birthday-today,
.event-today {
font-weight: bold;
}
2013-05-20 03:38:53 +00:00
.warning-text {
font-size: 1.2em;
font-weight: bold;
color: #ff0000;
}
#noperm-msg {
margin-top: 15px;
}
.preview-indicator {
}
#theme-preview {
2015-03-05 16:12:27 +00:00
margin: 15px 0px;
}
#cropimage-wrapper, #cropimage-preview-wrapper {
float: left;
padding: 30px;
}
#crop-image-form {
margin-top: 30px;
clear: both;
}
2012-12-25 03:19:27 +00:00
.fn {
font-weight: bold;
2017-03-19 11:10:16 +00:00
font-size: 1rem;
color: #444444;
2012-12-25 03:19:27 +00:00
}
2014-03-22 20:10:26 +00:00
.vcard {
margin-bottom: 10px;
padding: 0px 10px 10px 10px;
background-color: rgba(254,254,254,0.5);
2016-01-30 13:40:45 +00:00
border: 1px solid rgba(254,254,254,0.5);
2017-03-19 09:51:58 +00:00
border-radius: $radius;
word-wrap: break-word;
2014-03-22 20:10:26 +00:00
}
2015-07-09 20:23:24 +00:00
.vcard dl,
.vcard .title {
margin-top: 10px;
margin-bottom: 0px;
2013-12-05 01:36:53 +00:00
}
.connect-btn-wrapper {
margin-bottom: 10px;
}
.profile-edit-side-link {
2014-08-28 21:05:47 +00:00
padding: 3px 0px;
opacity: 0;
filter:alpha(opacity=30);
float: right;
}
.vcard:hover .profile-edit-side-link {
opacity: 1;
filter:alpha(opacity=100);
}
#profile-photo-wrapper img {
width: 100%;
2015-07-11 11:25:06 +00:00
height: 100%;
max-width: 300px;
2015-07-11 11:25:06 +00:00
max-height: 300px;
}
#profile-photo-wrapper {
2015-07-11 11:25:06 +00:00
width: 251px;
height: 251px;
margin-bottom: 10px;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
}
#hide-friends-yes-label,
#hide-friends-no-label {
margin-left: 125px;
float: left;
width: 50px;
}
#fsuggest-desc, #fsuggest-submit-wrapper {
margin-top: 15px;
margin-bottom: 15px;
}
2014-05-24 10:28:25 +00:00
.app-name {
overflow: none;
}
2014-12-22 22:06:04 +00:00
.app-container img {
margin-left: auto;
margin-right: auto;
width: 80px;
height: 80px;
display: block;
}
.pager {
padding: 10px;
text-align: center;
font-size: 1.0em;
}
.pager_first,
.pager_last,
.pager_prev,
.pager_next,
.pager-prev,
.pager-next,
.pager_n {
2015-03-20 12:12:55 +00:00
border: 1px solid #ccc;
background: transparent;
padding: 4px;
}
.pager_current {
2015-12-07 17:57:03 +00:00
border: 1px solid transparent;
background: transparent;
padding: 4px;
}
2015-12-07 17:57:03 +00:00
.photo,
.contact-block-img {
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2015-12-07 17:57:03 +00:00
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
#side-bar-photos-albums {
margin-top: 15px;
}
#side-bar-photos-albums ul {
list-style: none;
}
2015-12-07 17:57:03 +00:00
.profile-match-photo img,
.directory-photo-img {
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2015-12-07 17:57:03 +00:00
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
.profile-match-photo img {
width: $top_photo !important;
height: $top_photo !important;
}
2014-10-31 19:25:43 +00:00
#photo-view-wrapper {
2014-10-20 20:46:14 +00:00
background-color: $item_colour;
}
.pmenu.horizontal {
padding: 0 0 0 0;
border-bottom: none;
}
.pmenu.horizontal .pmenu-title {
display: none;
}
.pmenu.horizontal ul {
-moz-padding-start: 0;
}
.pmenu.horizontal li {
margin-left: 0;
display: inline;
padding-right: 15px;
}
.group-delete-wrapper {
float: right;
}
#pause {
2015-12-07 17:57:03 +00:00
position: fixed;
bottom: 5px;
right: 5px;
}
#contact-block {
2014-08-28 21:05:47 +00:00
width: 100%;
}
#contact-block-numcontacts {
font-weight: bold;
margin-bottom:10px;
}
.contact-block-div {
2016-12-16 21:50:19 +00:00
display: inline;
}
2016-12-16 21:50:19 +00:00
.contact-block-textdiv {
width: 150px;
height: 34px;
}
.contact-block-img {
2016-12-16 21:50:19 +00:00
width:47px;
height:47px;
margin-bottom: 3px;
}
#tag-remove {
margin-bottom: 15px;
}
#tagrm li {
margin-bottom: 10px;
}
#tagrm-submit, #tagrm-cancel {
margin-top: 25px;
}
#tagrm-cancel {
margin-left: 15px;
}
.wall-item-conv {
background-color: $comment_item_colour;
}
2016-05-21 12:34:01 +00:00
#nav-notifications-template {
display: none;
}
#nav-search-spinner {
float: right;
margin-top: -0.85rem;
2017-03-14 17:59:27 +00:00
margin-right: 1.6rem;
}
#nav-search-text {
width: 280px;
2017-08-01 22:28:05 +00:00
padding: .15rem .5rem;
}
2013-11-13 16:09:42 +00:00
#nav-search-text::-webkit-input-placeholder {
font-family: FontAwesome, sans-serif;
2013-11-13 16:09:42 +00:00
}
#nav-search-text::-moz-placeholder {
font-family: FontAwesome, sans-serif;
2013-11-13 16:09:42 +00:00
}
nav .acpopup {
top: 46px !important;
2015-01-21 10:38:55 +00:00
margin-left: -35px;
width: 290px;
}
.clear {
clear: both;
}
.descriptive-text {
color: #888;
}
#plugin-settings-link, #account-settings-link {
margin-bottom: 10px;
}
#uexport-link {
margin-bottom: 20px;
}
#network-new-link {
margin-top: 15px;
margin-bottom: 15px;
}
2015-03-27 11:12:12 +00:00
#cboxOverlay {
z-index: 1050;
}
2015-01-05 18:49:15 +00:00
#colorbox {
2015-03-27 11:12:12 +00:00
z-index: 1051;
}
#cboxContent {
padding: 3px;
2015-03-19 15:17:01 +00:00
border: 0px solid #fff;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2015-03-19 15:17:01 +00:00
background-color: #fff;
2015-03-27 11:12:12 +00:00
z-index: 1052;
}
.app-title {
margin: 10px;
}
.profile-match-photo {
float: left;
}
.profile-match-name {
width: 120px;
height: 1.5em;
overflow: hidden !important;
}
2013-07-18 05:13:13 +00:00
.profile-match-note {
text-align: center;
}
.profile-match-connect {
text-align: center;
font-weight: bold;
}
.profile-match-wrapper {
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;
}
.side-link {
margin-bottom: 15px;
}
#group-members {
margin-top: 20px;
padding: 10px;
height: 250px;
overflow: auto;
border: 1px solid #ddd;
}
#group-separator {
margin-top: 10px;
margin-bottom: 10px;
}
#group-all-contacts {
padding: 10px;
height: 450px;
overflow: auto;
border: 1px solid #ddd;
}
#group-edit-desc {
margin-top: 15px;
}
#prof-members {
margin-top: 20px;
padding: 10px;
height: 250px;
overflow: auto;
border: 1px solid #ddd;
}
#prof-separator {
margin-top: 10px;
margin-bottom: 10px;
}
#prof-all-contacts {
padding: 10px;
height: 450px;
overflow: auto;
border: 1px solid #ddd;
}
#prof-edit-desc {
margin-top: 15px;
}
.required {
2015-02-04 05:19:29 +00:00
color: #ff0000;
}
.notif-image {
height: 80px;
width: 80px;
margin-right: 15px;
}
/**
* OAuth
*/
.oauthapp {
height: auto; overflow: auto;
border-bottom: 2px solid #cccccc;
padding-bottom: 1em;
margin-bottom: 1em;
}
.oauthapp img {
float: left;
width: 48px; height: 48px;
margin: 10px;
}
2013-09-21 04:36:10 +00:00
.oauthapp .icon {
margin-right: 20px;
}
.oauthapp img.noicon {
background-image: url("../../../../images/icons/48/plugin.png");
background-position: center center;
background-repeat: no-repeat;
}
.oauthapp a {
float: left;
}
.body-attach {
margin-top: 10px;
}
.acpopup li div.taggable {
color:#cc0000;
}
/* popup notifications */
div.jGrowl div.notice {
background: #511919 url("../../../../images/icons/48/notice.png") no-repeat 5px center;
color: #ffffff;
padding-left: 58px;
}
div.jGrowl div.info {
background: #364e59 url("../../../../images/icons/48/info.png") no-repeat 5px center;
color: #ffffff;
padding-left: 58px;
}
#jGrowl.top-right {
top: 4.5rem;
right: 15px;
}
2014-03-22 20:10:26 +00:00
div.jGrowl div.jGrowl-notification {
min-height: 60px;
}
.jslider .jslider-scale ins {
2015-12-07 17:57:03 +00:00
color: #333;
2017-03-19 11:10:16 +00:00
font-size: 0.9rem;
width: 100px;
text-align: center;
}
2017-03-24 15:10:37 +00:00
.conv-participants {
color: $font_colour;
}
2015-01-20 21:19:51 +00:00
.contactname {
font-weight: bold;
2015-11-26 11:26:27 +00:00
display: block;
2017-03-18 21:01:46 +00:00
overflow: hidden;
text-overflow: ellipsis;
2015-01-20 21:19:51 +00:00
}
.dropdown-notification,
.member-item {
2017-03-14 17:59:27 +00:00
line-height: 1.1em;
2017-03-14 13:12:44 +00:00
font-size: 0.75rem;
2015-01-20 21:19:51 +00:00
overflow: hidden;
text-overflow: ellipsis;
2015-11-26 11:26:27 +00:00
display: block;
2015-01-20 21:19:51 +00:00
}
#page-spinner {
2013-07-13 18:14:42 +00:00
color: #777;
margin: 24px;
2012-12-29 06:54:56 +00:00
}
2014-04-11 14:06:39 +00:00
#acl-search::-webkit-input-placeholder {
2016-05-04 13:55:32 +00:00
/* non-fontawesome fonts set a fallback for text parts of the placeholder*/
font-family: FontAwesome, sans-serif, arial, freesans;
}
2014-04-11 14:06:39 +00:00
#acl-search::-moz-placeholder {
2016-05-04 13:55:32 +00:00
/* non-fontawesome fonts set a fallback for text parts of the placeholder*/
font-family: FontAwesome, sans-serif, arial, freesans;
}
.acl-list-item {
2017-03-18 16:28:46 +00:00
width: 100%;
padding: 0.5rem;
margin-bottom: 0.5rem;
2015-03-20 12:12:55 +00:00
border: 1px solid #ccc;
float: left;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2017-03-18 16:28:46 +00:00
}
.acl-item-header {
width: 100%;
}
2014-04-11 14:06:39 +00:00
.acl-list-item.grouphide {
border: 1px solid red;
}
.acl-list-item.groupshow {
border: 1px solid green;
}
.acl-list-item.taggable {
background-color: #ddddff;
}
2014-04-11 14:06:39 +00:00
.acl-button-show,
.acl-button-hide {
float: right;
margin-left: 5px;
}
.contact-block-content {
margin-top: 10px;
}
2017-03-15 01:42:51 +00:00
.contact-block-img.archived, .app-deleted, .dim {
opacity: 0.3;
filter:alpha(opacity=30);
}
.profile-match-connect { margin-top: 5px; }
2014-05-01 10:51:34 +00:00
.reshared-content { margin-left: 20px; }
.shared_header img {
2017-03-19 09:51:58 +00:00
border-radius: $radius;
margin-right: 10px;
}
.tag1 {
2015-03-02 19:09:38 +00:00
font-size : 0.9em !important;
}
.tag2 {
2015-03-02 19:09:38 +00:00
font-size : 1.0em !important;
}
.tag3 {
2015-03-02 19:09:38 +00:00
font-size : 1.1em !important;
}
.tag4 {
2015-03-02 19:09:38 +00:00
font-size : 1.2em !important;
}
.tag5 {
2015-03-02 19:09:38 +00:00
font-size : 1.3em !important;
}
.tag6 {
2015-03-02 19:09:38 +00:00
font-size : 1.4em !important;
}
.tag7 {
2015-03-02 19:09:38 +00:00
font-size : 1.5em !important;
}
.tag8 {
2015-03-02 19:09:38 +00:00
font-size : 1.6em !important;
}
.tag9 {
2015-03-02 19:09:38 +00:00
font-size : 1.7em !important;
}
.tag10 {
2015-03-02 19:09:38 +00:00
font-size : 1.8em !important;
}
2013-07-04 11:53:03 +00:00
div#write-pages {
display: block;
background: silver;
width: 100%;
}
div#write-pages a {
color: #000;
margin-right: 50px;
}
.pmenu ul {
list-style-type: none;
}
2017-03-29 12:45:50 +00:00
.generic-icons,
a .generic-icons {
2017-03-10 16:02:55 +00:00
font-size: 1rem;
margin-right: 0.5rem;
2017-03-29 12:45:50 +00:00
color: $font_colour;
}
.generic-icons:hover,
a .generic-icons:hover {
color: $font_colour;
2017-03-10 16:02:55 +00:00
}
.generic-icons-right {
font-size: 1rem;
margin-left: 0.5rem;
2017-03-29 12:45:50 +00:00
color: $font_colour;
2016-06-09 20:05:52 +00:00
}
.generic-icons-nav {
2017-04-05 19:13:48 +00:00
font-size: 1rem;
margin-right: 7px;
}
.admin-icons {
font-size: 1.2em;
2016-06-09 20:05:52 +00:00
margin-right: 7px;
2013-10-09 10:26:24 +00:00
}
2013-10-23 12:14:34 +00:00
2016-06-13 15:19:49 +00:00
.drop-icons,
2013-10-10 01:43:49 +00:00
a .drop-icons {
2017-03-29 12:45:50 +00:00
font-size: 1rem;
color: $font_colour;
2013-11-25 21:18:34 +00:00
text-decoration: none;
2016-06-13 15:19:49 +00:00
cursor: pointer;
2013-10-10 01:43:49 +00:00
}
2016-06-13 15:19:49 +00:00
.drop-icons:hover,
2013-12-18 20:13:48 +00:00
a .drop-icons:hover {
2013-10-10 01:43:49 +00:00
color: #FF0000;
}
.lockview,
.sys-apps-toggle {
2015-04-21 21:27:30 +00:00
cursor: pointer;
}
.permission-inherited {
float: left;
margin-right: 10px;
color: #FF0000;
}
#menulist {
list-style-type: none;
}
#adminpage table tr:hover {
2015-03-19 15:17:01 +00:00
background-color: #BBC7D7;
}
2015-03-16 01:49:44 +00:00
table {
border-spacing: 2px;
max-width: 100%;
}
th,td {
padding: 3px;
}
#channels > tbody > tr > td, #users > tbody > tr > td {
max-width: 19.4em;
overflow: hidden;
}
/* mail */
2013-12-03 22:26:21 +00:00
img.mail-conv-sender-photo {
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2013-12-03 22:26:21 +00:00
}
/* jot */
.jothidden {
font-weight: bold;
}
.jothidden input::-webkit-input-placeholder {
font-weight: bold;
}
.jothidden input::-moz-placeholder {
font-weight: bold;
}
2016-01-30 13:26:38 +00:00
#profile-jot-wrapper {
background-color: rgba(254,254,254,1);
border: 1px solid #ccc;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2016-01-30 13:26:38 +00:00
}
#profile-jot-text {
2017-03-19 09:51:58 +00:00
border-radius: $radius;
}
#profile-jot-text::-webkit-input-placeholder {
2017-03-19 09:51:58 +00:00
font-size: 1.2rem;
}
#profile-jot-text::-moz-placeholder {
2017-03-19 09:51:58 +00:00
font-size: 1.2rem;
}
#profile-jot-text:focus::-webkit-input-placeholder {
color: transparent;
}
#profile-jot-text:focus::-moz-placeholder {
color: transparent;
}
#profile-jot-text-loading {
color: #777;
display: none;
}
#profile-rotator {
color: #777;
}
.jot-icons.jot-lock-warn {
2016-12-17 06:47:25 +00:00
color: darkorange;
}
/* conversation */
.top-radius {
2017-03-19 09:51:58 +00:00
border-top-right-radius: $radius;
border-top-left-radius: $radius;
}
2015-11-27 20:44:02 +00:00
.wall-event-item {
padding: 10px;
color: #fff;
background-color: #3A87AD; /* should reflect calendar color */
2017-03-19 09:51:58 +00:00
border-top-left-radius: $radius;
border-top-right-radius: $radius;
}
.wall-photo-item img {
max-width: 100% !important;
2017-03-19 09:51:58 +00:00
border-top-right-radius: $radius;
border-top-left-radius: $radius;
}
2016-02-29 22:58:32 +00:00
.wall-item-footer {
font-size: 0.75rem;
2016-02-29 22:58:32 +00:00
margin-top: 2em;
}
.wall-item-content-wrapper {
background-color: $item_colour;
2017-03-19 09:51:58 +00:00
border-top-right-radius: $radius;
border-top-left-radius: $radius;
}
2014-05-01 10:51:34 +00:00
.wall-item-content-wrapper.comment {
background-color: $comment_item_colour;
2015-10-26 13:19:46 +00:00
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
2014-05-11 11:16:01 +00:00
.hide-comments-outer {
background-color: $comment_item_colour;
2015-03-08 11:07:32 +00:00
border-top-color: #ccc;
border-style: solid;
border-top-style: dashed;
border-width: 1px 0px 0px 0px;
text-align: center;
border-radius: 0px;
}
.hide-comments-outer:hover {
border-top: 1px dashed #adadad;
}
2014-05-01 10:51:34 +00:00
.wall-item-comment-wrapper {
2014-05-20 15:33:06 +00:00
padding: 7px 10px;
background-color: $item_colour;
2014-05-01 10:51:34 +00:00
border-radius: 0px;
2017-03-19 09:51:58 +00:00
border-bottom-right-radius: $radius;
border-bottom-left-radius: $radius;
2015-10-26 13:19:46 +00:00
border-top: 3px solid $comment_item_colour;
}
2014-05-20 15:33:06 +00:00
.wall-item-comment-wrapper-wc {
2015-10-26 13:19:46 +00:00
border-top: 0px solid $comment_item_colour;
2014-05-20 15:33:06 +00:00
}
2014-05-10 21:43:37 +00:00
2017-03-26 09:16:16 +00:00
.wall-item-photo {
2017-03-26 09:16:16 +00:00
width: $top_photo;
height: $top_photo;
border: none;
2017-03-26 09:16:16 +00:00
border-radius: $radius;
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
.comment .wall-item-photo {
2017-03-26 09:16:16 +00:00
width: $reply_photo;
height: $reply_photo;
}
2015-11-17 10:32:37 +00:00
.wall-item-ago,
2017-03-30 09:45:16 +00:00
.dropdown-sub-text {
color: #777;
}
.wall-item-content,
2015-10-02 15:51:37 +00:00
.mail-conv-body,
2016-03-30 22:37:40 +00:00
.page-body,
2016-03-31 11:21:48 +00:00
.chat-item-text,
.chat-item-text-self {
2017-03-19 11:10:16 +00:00
font-size: 1rem;
}
2017-08-28 21:42:17 +00:00
.comment-edit-text {
border: 1px solid #ccc;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
}
2014-06-11 08:04:51 +00:00
.divgrow-showmore {
display: block;
border-top: 1px dashed #ccc;
text-align: center;
}
2014-06-12 13:23:48 +00:00
.divgrow-showmore:hover {
border-top: 1px dashed #adadad;
2014-06-12 13:23:48 +00:00
}
2015-12-06 15:37:57 +00:00
.directory-item .divgrow-showmore {
background-color: $comment_item_colour;
}
2014-06-12 13:23:48 +00:00
2013-12-11 20:28:42 +00:00
/* widgets */
2013-12-11 20:28:42 +00:00
.widget {
2016-01-30 13:26:38 +00:00
background-color: rgba(254,254,254,.5);
border: 1px solid rgba(254,254,254,.5);
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2013-12-11 20:28:42 +00:00
}
2013-12-09 23:27:46 +00:00
#note-text {
2013-12-11 20:46:03 +00:00
border: 1px solid #ccc;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2013-12-11 20:46:03 +00:00
}
2013-12-11 20:28:42 +00:00
.fileas-ul {
list-style-type: none;
}
2013-12-11 20:28:42 +00:00
#datebrowse-sidebar select {
2013-12-11 20:46:03 +00:00
border: 1px solid #ccc;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2013-12-09 23:27:46 +00:00
}
2013-12-30 12:25:55 +00:00
2016-04-30 21:38:25 +00:00
.thing-show img {
margin: 10px;
2013-12-30 12:25:55 +00:00
}
.abook-self {
2015-03-20 12:12:55 +00:00
background-color: #ffdddd;
2014-01-29 01:07:25 +00:00
}
2014-02-09 22:52:09 +00:00
.abook-pending-contact, .abook-permschange {
2015-03-19 14:33:15 +00:00
background: orange;
}
2014-01-29 01:07:25 +00:00
.online-now {
color: red;
cursor: pointer;
2014-02-02 03:26:56 +00:00
}
2014-02-09 00:39:37 +00:00
2016-03-31 11:21:48 +00:00
.chat-item-photo,
.chat-item-photo-self {
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2014-02-09 22:52:09 +00:00
}
2016-03-31 11:21:48 +00:00
.chat-item-title,
.chat-item-title-self {
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2016-03-30 22:37:40 +00:00
background-color: $item_colour;
2014-02-09 22:52:09 +00:00
}
2014-02-19 17:42:37 +00:00
2016-03-31 20:42:28 +00:00
#chatMembers img {
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2016-03-31 20:42:28 +00:00
}
.menu-img-3 {
2017-03-14 17:59:27 +00:00
width: 3.3em;
height: 3.3em;
2015-11-17 22:01:24 +00:00
margin-right: 5px;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
float: left;
2015-11-17 22:01:24 +00:00
}
2015-11-17 10:32:37 +00:00
.menu-img-2 {
height: 2.2em;
width: 2.2em;
margin-right: 5px;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
float: left;
}
.menu-img-1 {
2017-03-17 19:48:06 +00:00
height: 1.5em;
width: 1.5em;
2015-11-17 22:01:24 +00:00
margin-right: 5px;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
2015-11-17 22:01:24 +00:00
}
2015-11-17 10:32:37 +00:00
.usermenu {
2017-03-28 11:29:59 +00:00
width: 3.75rem;
}
2017-03-18 16:28:46 +00:00
#avatar {
2017-03-28 11:29:59 +00:00
width: 2.35rem;
height: 2.35rem;
2017-03-19 16:06:55 +00:00
border-radius: $radius;
2014-02-28 22:04:38 +00:00
}
2015-04-18 11:32:40 +00:00
.page-title {
2015-04-18 14:23:14 +00:00
margin: 7px 0px;
2015-04-18 11:32:40 +00:00
}
.generic-content-wrapper-styled {
background-color: $bgcolour;
padding: 10px;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
}
.generic-content-wrapper {
border: 1px solid #ccc;
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
2017-03-19 09:51:58 +00:00
border-radius: $radius;
}
2014-12-28 17:16:27 +00:00
.section-title-wrapper {
padding: 7px 10px;
background-color: $item_colour;
2017-03-19 09:51:58 +00:00
border-top-left-radius: $radius;
border-top-right-radius: $radius;
2015-10-26 13:19:46 +00:00
border-bottom: 3px solid $comment_item_colour;
2014-12-28 17:16:27 +00:00
}
2015-03-01 20:45:49 +00:00
.section-title-wrapper h2,
.section-subtitle-wrapper h3 {
2014-12-28 17:16:27 +00:00
margin-top: 0px;
margin-bottom: 0px;
2015-06-27 20:27:17 +00:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2014-12-28 17:16:27 +00:00
}
.section-subtitle-wrapper h3 {
padding: 3px;
}
2015-03-01 20:45:49 +00:00
.section-subtitle-wrapper {
padding: 4px 10px;
2015-03-01 20:45:49 +00:00
background-color: $item_colour;
2015-10-26 13:19:46 +00:00
border-bottom: 3px solid $comment_item_colour;
2015-03-01 20:45:49 +00:00
}
2014-12-28 17:16:27 +00:00
.section-content-tools-wrapper {
padding: 7px 10px;
background-color: $comment_item_colour;
2016-03-01 12:22:19 +00:00
border-bottom: 3px solid comment_item_colour;
2014-12-28 17:16:27 +00:00
}
2015-03-01 20:45:49 +00:00
.section-content-info-wrapper {
padding: 21px 10px;
2017-07-20 10:03:54 +00:00
color: #0c5460;
background-color: #d1ecf1;
2015-10-26 13:19:46 +00:00
border-bottom: 3px solid $comment_item_colour;
2015-03-04 08:54:33 +00:00
text-align: center;
2015-03-01 20:45:49 +00:00
}
2015-03-04 10:01:16 +00:00
2015-03-17 14:12:21 +00:00
.section-content-warning-wrapper {
padding: 21px 10px;
2017-07-20 10:03:54 +00:00
color: #856404;
background-color: #fff3cd;
2015-10-26 13:19:46 +00:00
border-bottom: 3px solid $comment_item_colour;
2015-03-17 14:12:21 +00:00
text-align: center;
}
2015-03-04 10:01:16 +00:00
.section-content-danger-wrapper {
padding: 21px 10px;
2017-07-20 10:03:54 +00:00
color: #721c24;
background-color: #f8d7da;
2015-10-26 13:19:46 +00:00
border-bottom: 3px solid $comment_item_colour;
2015-03-04 10:01:16 +00:00
text-align: center;
}
.section-content-tools-wrapper .section-content-info-wrapper,
.section-content-wrapper .section-content-info-wrapper,
.section-content-tools-wrapper .section-content-warning-wrapper,
.section-content-wrapper .section-content-warning-wrapper,
.section-content-tools-wrapper .section-content-danger-wrapper,
.section-content-wrapper .section-content-danger-wrapper {
2015-07-14 10:46:40 +00:00
margin-bottom: 10px;
2016-02-19 21:28:21 +00:00
border-bottom: none;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
}
2014-12-28 17:16:27 +00:00
.section-content-wrapper {
padding: 7px 10px;
background-color: $comment_item_colour;
2017-03-19 09:51:58 +00:00
border-bottom-left-radius: $radius;
border-bottom-right-radius: $radius;
2015-07-07 08:23:39 +00:00
word-wrap: break-word;
2014-12-28 17:16:27 +00:00
}
2014-12-28 19:46:16 +00:00
.section-content-wrapper-np {
2014-12-28 19:34:12 +00:00
background-color: $comment_item_colour;
2017-03-19 09:51:58 +00:00
border-bottom-left-radius: $radius;
border-bottom-right-radius: $radius;
2015-07-07 08:23:39 +00:00
word-wrap: break-word;
2014-12-28 19:34:12 +00:00
}
main.fullscreen {
left: 0px;
width: 100%;
height: 100vh;
max-width: none;
}
2016-04-03 16:00:03 +00:00
main.fullscreen .generic-content-wrapper {
position: absolute;
width: 100%;
top: 0px;
left: 0px;
border-radius: 0px;
border-width: 0px;
}
2016-04-03 16:00:03 +00:00
main.fullscreen .section-title-wrapper {
border-radius: 0px;
}
2016-04-03 16:00:03 +00:00
main.fullscreen .section-content-wrapper,
main.fullscreen .section-content-wrapper-np {
border-radius: 0px;
}
#inline-btn {
display: none;
}
2016-07-17 09:29:37 +00:00
.atoken-index-row:hover td,
2016-03-30 12:31:55 +00:00
.chatroom-index-row:hover td,
.wikis-index-row:hover td,
2016-03-27 20:37:07 +00:00
.locs-index-row:hover td,
[id^="cloud-index-"]:hover td,
2015-04-16 21:46:12 +00:00
.cloud-index-active {
2014-12-28 19:46:16 +00:00
background-color: $item_colour;
2014-12-28 17:16:27 +00:00
}
[id^="webpage-list-item-"]:hover td,
2015-04-23 19:04:01 +00:00
[id^="block-list-item-"]:hover td,
2015-04-24 09:36:49 +00:00
[id^="layout-list-item-"]:hover td,
[id^="menu-list-item-"]:hover td,
[id^="mitem-list-item-"]:hover td {
2015-04-13 21:38:36 +00:00
background-color: $item_colour;
}
2015-07-14 10:46:40 +00:00
#perms-tool-table .highlight:hover {
background-color: $item_colour;
}
2017-03-14 13:12:44 +00:00
.notify-seen {
background-color: $item_colour;
}
/* bootstrap overrides */
2014-09-26 17:17:02 +00:00
.btn,
.form-control,
.nav-pills .nav-link,
.nav-tabs .nav-link {
2017-06-20 13:44:47 +00:00
border-radius: $radius;
}
2017-06-22 18:28:47 +00:00
.rounded-top {
border-top-left-radius: $radius !important;
border-top-right-radius: $radius !important;
}
2014-09-26 17:17:02 +00:00
blockquote {
2017-03-19 11:10:16 +00:00
font-size: 1rem;
2014-09-26 17:17:02 +00:00
font-style: italic;
2015-06-06 13:06:27 +00:00
border-left: 3px solid #ccc;
padding: 1em 0px 1em 1.5em;
2015-12-07 14:45:21 +00:00
margin: 0px;
2014-09-26 17:17:02 +00:00
}
.dropdown-menu {
2017-03-30 09:45:16 +00:00
color: $font_colour;
2017-03-19 11:10:16 +00:00
font-size: 0.9rem;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
}
2017-03-30 09:45:16 +00:00
.dropdown-item {
color: $font_colour;
}
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.textcomplete-item:focus .dropdown-item,
.textcomplete-item:hover .dropdown-item,
.textcomplete-item.active .dropdown-item,
.textcomplete-item:active .dropdown-item {
color: $font_colour;
background-color: $item_colour;
}
2017-07-22 09:04:18 +00:00
.dropdown-item.active {
color: #fff;
background-color: #007bff;
}
2017-07-02 09:24:17 +00:00
.bg-dark {
2017-03-26 11:15:15 +00:00
background-color: $nav_bg !important;
2014-03-02 21:50:53 +00:00
}
2017-07-02 09:24:17 +00:00
.navbar-dark .navbar-nav .nav-link,
2017-03-26 11:27:46 +00:00
.usermenu i {
color: $nav_icon_colour;
2014-03-08 10:24:53 +00:00
}
2017-07-02 09:24:17 +00:00
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
2017-03-26 11:27:46 +00:00
.usermenu:focus i,
.usermenu:hover i {
color: $nav_active_icon_colour;
2014-03-08 10:24:53 +00:00
}
@media screen and (max-width: 767px) {
2015-07-10 11:44:23 +00:00
aside#region_1 {
border-right: 1px solid $nav_bd;
}
main {
left: -$aside_widthpx;
width: calc( 100% + $aside_widthpx );
}
main.region_1-on {
left: 0px;
}
2014-03-27 18:56:22 +00:00
}
2014-10-07 00:47:17 +00:00
.shareable_element_text {
height: 300px;
width: 300px;
}
.bb_observer {
color: red;
}
.bb_observer img {
border: 3px solid red !important;
2014-11-29 13:33:36 +00:00
}
2015-04-10 12:14:19 +00:00
.bb_rm-logo {
height: 1.3em;
width: auto;
margin-top:-3px;
}
2016-04-28 13:48:50 +00:00
dl.bb-dl > dt {
/* overriding the default dl style from bootstrap, as bootstrap's
style of a bold unindented line followed by a plain unindented
line is already acheivable in bbcode without dl */
font-weight: normal;
}
dl.dl-terms-monospace > dt { font-family: monospace; }
dl.dl-terms-bold > dt { font-weight: bold; }
dl.dl-terms-italic > dt { font-style: italic; }
dl.dl-terms-underline > dt { text-decoration: underline; }
dl.dl-terms-large > dt { font-size: 120%; }
dl.bb-dl:not(.dl-horizontal) > dd {
display: block;
margin-left: 2em;
}
dl.bb-dl > dd > li {
/* adding some indent so bullet-list items will line up better with
dl descriptions if someone wants to be impure and combine them */
margin-left: 1em;
}
.bootstrap-tagsinput .tag:before {
2016-04-30 19:59:02 +00:00
/* Copied from fa-asterisk, is there a better way to do it? */
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
2017-03-15 16:28:00 +00:00
content:"\f069 ";
}
/* Modified original CSS to match input in Redbasic */
.jothidden .bootstrap-tagsinput {
border: 0px solid transparent;
margin-bottom: 0px;
box-shadow: none;
display: inline-block;
2017-03-19 09:51:58 +00:00
border-radius: $radius;
cursor: text;
padding: 0px 10px;
width: 100%;
}
.bootstrap-tagsinput .label {
font-size: 100%;
}
2015-01-05 21:02:48 +00:00
/* Abusing theme-green is less work than makeing a new new one */
.theme-green .back-bar .selected-bar {
background-color: #000000;
background-image: none !important;
}
2015-01-02 17:14:23 +00:00
/* Turn checkboxes into switches */
2017-03-31 14:13:58 +00:00
.form-group.checkbox > div {
2015-03-01 20:45:49 +00:00
position: relative; width: 60px;
2015-01-02 17:14:23 +00:00
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
display:inline-block;
}
2017-03-31 14:13:58 +00:00
.form-group.checkbox input {
2015-01-02 17:14:23 +00:00
display: none;
}
2017-03-31 14:13:58 +00:00
.form-group.checkbox > div label {
2015-01-02 17:14:23 +00:00
display: block; overflow: hidden; cursor: pointer;
2015-03-01 14:22:23 +00:00
border: 1px solid #ccc;
border-radius: $radius;
2015-01-02 17:14:23 +00:00
margin:0px;
2015-03-09 15:52:37 +00:00
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2015-01-02 17:14:23 +00:00
}
2017-03-31 14:13:58 +00:00
.form-group.checkbox:hover label {
color: $link_colour;
}
2017-03-31 14:13:58 +00:00
.form-group.checkbox:hover > div label {
2015-03-09 15:52:37 +00:00
border-color: $link_colour;
}
2015-01-02 17:14:23 +00:00
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
2015-01-02 17:14:23 +00:00
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 20px; padding: 0; line-height:20px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
content: attr(data-on);
2015-03-01 14:22:23 +00:00
padding-right: 21px;
background-color: $item_colour;
2015-03-08 20:28:58 +00:00
color: $font_colour;
2015-03-01 14:22:23 +00:00
text-align: right;
2015-01-02 17:14:23 +00:00
}
.onoffswitch-inner:after {
content: attr(data-off);
2015-03-01 14:22:23 +00:00
padding-left: 21px;
background-color: $item_colour; color: #ccc;
2015-03-01 14:22:23 +00:00
text-align: left;
2015-01-02 17:14:23 +00:00
}
.onoffswitch-switch {
2015-03-01 14:22:23 +00:00
display: block; width: 15px; margin:4px;
2015-03-04 13:34:24 +00:00
background: #ccc;
2015-03-01 14:22:23 +00:00
border-radius: 10px;
2015-03-01 20:45:49 +00:00
position: absolute; top: 0; bottom: 0; right: 36px;
2015-01-02 17:14:23 +00:00
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
2017-03-31 14:13:58 +00:00
.form-group.checkbox > div > input:checked + label .onoffswitch-inner {
2015-03-01 14:22:23 +00:00
margin-left: 0px;
2015-01-02 17:14:23 +00:00
}
2017-03-31 14:13:58 +00:00
.form-group.checkbox > div > input:checked + label .onoffswitch-switch {
2015-03-01 14:22:23 +00:00
right: 0px;
background-color: #0275d8;
}
2015-08-31 05:39:33 +00:00
.help-searchlist {
list-style-type: none;
}
.help-searchlist a {
font-size: 130%;
}
.embed-photo-selected-photo {
2016-11-17 13:17:26 +00:00
border-color: blue;
border-style: solid;
border-width: 5px;
}
2016-07-10 00:24:16 +00:00
#wiki-preview img {
2016-11-17 13:17:26 +00:00
max-width: 100%;
}
2016-12-10 14:08:49 +00:00
#ace-editor,
#editor {
2017-03-19 09:51:58 +00:00
border-bottom-left-radius: $radius;
border-bottom-right-radius: $radius;
2016-12-10 14:08:49 +00:00
}
2017-03-22 10:52:22 +00:00
.sub-menu-wrapper {
padding-left: 1rem;
display: none;
}
2016-11-17 13:17:26 +00:00
.sub-menu {
2017-03-20 21:39:29 +00:00
width: 100%;
2017-03-22 10:52:22 +00:00
margin-top: 0.5rem;
padding-left: 1rem;
2017-03-20 21:39:29 +00:00
border-left: 0.2rem solid #eee;
}
2017-01-22 23:17:37 +00:00
.app-icon {
color: #777;
2017-01-22 23:17:37 +00:00
font-size: 80px;
text-shadow: 3px 3px 3px lightgrey;
}
.app-detail {
2017-01-22 23:17:37 +00:00
text-align: center;
}
#login-main, .rmagic-button {
2017-02-04 22:58:13 +00:00
max-width: 400px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
2017-03-22 10:52:22 +00:00
2017-02-09 03:47:34 +00:00
#permcat-index {
margin: 10px;
}