hubzila6
This commit is contained in:
@@ -22,18 +22,21 @@ body {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
aside {
|
||||
width: $aside_widthpx;
|
||||
min-width: $aside_widthpx;
|
||||
max-width: $aside_widthpx;
|
||||
}
|
||||
|
||||
aside #region_1 {
|
||||
aside#region_1 {
|
||||
border-right: 1px solid transparent;
|
||||
width: $left_aside_widthpx;
|
||||
min-width: $left_aside_widthpx;
|
||||
max-width: $left_aside_widthpx;
|
||||
}
|
||||
|
||||
aside #left_aside_wrapper,
|
||||
aside #right_aside_wrapper {
|
||||
aside#region_3 {
|
||||
width: $right_aside_widthpx;
|
||||
min-width: $left_aside_widthpx;
|
||||
max-width: $right_aside_widthpx;
|
||||
}
|
||||
|
||||
aside#left_aside_wrapper,
|
||||
aside#right_aside_wrapper {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -44,14 +47,13 @@ main {
|
||||
}
|
||||
|
||||
#overlay {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
left: $left_aside_widthpx;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: rgba(0, 0, 0, .3);
|
||||
cursor: pointer;
|
||||
z-index: 1028;
|
||||
}
|
||||
|
||||
h1, .h1 {
|
||||
@@ -362,7 +364,7 @@ footer {
|
||||
bottom:1px;
|
||||
text-align: right;
|
||||
padding-bottom: 1em;
|
||||
padding-right: 3em;
|
||||
padding-right: 3em;
|
||||
}
|
||||
|
||||
.birthday-today,
|
||||
@@ -481,7 +483,7 @@ footer {
|
||||
.pager_next,
|
||||
.pager-prev,
|
||||
.pager-next,
|
||||
.pager_n {
|
||||
.pager_n {
|
||||
border: 1px solid #ccc;
|
||||
background: transparent;
|
||||
padding: 4px;
|
||||
@@ -663,7 +665,7 @@ nav .acpopup {
|
||||
}
|
||||
|
||||
.profile-match-name {
|
||||
width: 116px;
|
||||
width: 120px;
|
||||
height: 1.5em;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
@@ -679,8 +681,8 @@ nav .acpopup {
|
||||
|
||||
.profile-match-wrapper {
|
||||
float: left;
|
||||
width: 118px;
|
||||
height: 118px;
|
||||
width: 120px;
|
||||
height: 150px;
|
||||
padding: 10px;
|
||||
margin: 8px 10px 0 0;
|
||||
border-top: 1px solid #eee;
|
||||
@@ -735,7 +737,7 @@ nav .acpopup {
|
||||
height: auto; overflow: auto;
|
||||
border-bottom: 2px solid #cccccc;
|
||||
padding-bottom: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.oauthapp img {
|
||||
float: left;
|
||||
@@ -777,7 +779,7 @@ div.jGrowl div.info {
|
||||
}
|
||||
#jGrowl.top-right {
|
||||
top: 4.5rem;
|
||||
right: 15px;
|
||||
right: .25rem;
|
||||
}
|
||||
|
||||
div.jGrowl div.jGrowl-notification {
|
||||
@@ -796,8 +798,6 @@ div.jGrowl div.jGrowl-notification {
|
||||
}
|
||||
|
||||
.contactname {
|
||||
font-weight: bold;
|
||||
color: $font_colour;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -872,10 +872,6 @@ div.jGrowl div.jGrowl-notification {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.reshared-content img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.shared_header img {
|
||||
border-radius: $radius;
|
||||
margin-right: 10px;
|
||||
@@ -884,21 +880,19 @@ div.jGrowl div.jGrowl-notification {
|
||||
.tag1 {
|
||||
font-size : 0.9em !important;
|
||||
}
|
||||
|
||||
.tag2 {
|
||||
font-size : 1.0em !important;
|
||||
}
|
||||
|
||||
|
||||
.tag3 {
|
||||
font-size : 1.1em !important;
|
||||
}
|
||||
|
||||
|
||||
.tag4 {
|
||||
font-size : 1.2em !important;
|
||||
}
|
||||
|
||||
|
||||
.tag5 {
|
||||
font-size : 1.3em !important;
|
||||
}
|
||||
@@ -918,12 +912,10 @@ div.jGrowl div.jGrowl-notification {
|
||||
font-size : 1.6em !important;
|
||||
}
|
||||
|
||||
|
||||
.tag9 {
|
||||
font-size : 1.7em !important;
|
||||
}
|
||||
|
||||
|
||||
.tag10 {
|
||||
font-size : 1.8em !important;
|
||||
}
|
||||
@@ -1023,7 +1015,7 @@ th,td {
|
||||
max-width: 19.4em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* mail */
|
||||
|
||||
img.mail-conv-sender-photo {
|
||||
@@ -1335,6 +1327,14 @@ img.mail-conv-sender-photo {
|
||||
border-bottom: 3px solid $comment_item_colour;
|
||||
}
|
||||
|
||||
.section-content-success-wrapper {
|
||||
padding: 21px 10px;
|
||||
color: #155724;
|
||||
background-color: #d4edda;
|
||||
border-bottom: 3px solid $comment_item_colour;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.section-content-info-wrapper {
|
||||
padding: 21px 10px;
|
||||
color: #0c5460;
|
||||
@@ -1358,7 +1358,8 @@ img.mail-conv-sender-photo {
|
||||
border-bottom: 3px solid $comment_item_colour;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.section-content-tools-wrapper .section-content-success-wrapper,
|
||||
.section-content-wrapper .section-content-success-wrapper,
|
||||
.section-content-tools-wrapper .section-content-info-wrapper,
|
||||
.section-content-wrapper .section-content-info-wrapper,
|
||||
.section-content-tools-wrapper .section-content-warning-wrapper,
|
||||
@@ -1524,10 +1525,8 @@ blockquote {
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
left: -$aside_widthpx;
|
||||
width: calc( 100% + $aside_widthpx );
|
||||
|
||||
left: -$left_aside_widthpx;
|
||||
width: calc( 100% + $left_aside_widthpx );
|
||||
}
|
||||
|
||||
main.region_1-on {
|
||||
@@ -1569,12 +1568,12 @@ blockquote {
|
||||
margin-top:-3px;
|
||||
}
|
||||
|
||||
dl.bb-dl > dt {
|
||||
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;
|
||||
}
|
||||
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; }
|
||||
@@ -1585,7 +1584,7 @@ dl.bb-dl:not(.dl-horizontal) > dd {
|
||||
margin-left: 2em;
|
||||
}
|
||||
dl.bb-dl > dd > li {
|
||||
/* adding some indent so bullet-list items will line up better with
|
||||
/* 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;
|
||||
}
|
||||
@@ -1599,6 +1598,7 @@ dl.bb-dl > dd > li {
|
||||
content:"\f069 ";
|
||||
}
|
||||
|
||||
/* Modified original CSS to match input in Redbasic */
|
||||
.jothidden .bootstrap-tagsinput {
|
||||
border: 0px solid transparent;
|
||||
margin-bottom: 0px;
|
||||
@@ -1614,6 +1614,10 @@ dl.bb-dl > dd > li {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput input {
|
||||
height: 2.5rem;
|
||||
}
|
||||
|
||||
/* Abusing theme-green is less work than makeing a new new one */
|
||||
.theme-green .back-bar .selected-bar {
|
||||
background-color: #000000;
|
||||
@@ -1633,13 +1637,14 @@ dl.bb-dl > dd > li {
|
||||
}
|
||||
|
||||
.form-group.checkbox > div label {
|
||||
display: block; overflow: hidden; cursor: pointer;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 12px;
|
||||
margin:0px;
|
||||
display: block; overflow: hidden; cursor: pointer;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 12px;
|
||||
margin:0px;
|
||||
-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;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.form-group.checkbox:hover label {
|
||||
@@ -1803,25 +1808,26 @@ dl.bb-dl > dd > li {
|
||||
}
|
||||
|
||||
.cover-photo-review {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.hover-fx-hide {
|
||||
opacity: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.hover-fx-show:hover .hover-fx-hide {
|
||||
opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: #505050 !important;
|
||||
/* default highlighted text if not specified by schema: */
|
||||
span.default-highlight {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
.nav-link.active {
|
||||
background-color: #505050 !important;
|
||||
.bootstrap-tagsinput {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#region_3 {
|
||||
display: none !important;
|
||||
}
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user