This commit is contained in:
Zixaphir 2013-05-31 07:10:15 -07:00
parent 24014c43ea
commit 5358f8a019
5 changed files with 27 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -117,20 +117,29 @@ body.unscroll {
position: fixed;
top: 0;
bottom: 0;
z-index: 1;
<%= sizing %>: border-box;
display: block;
z-index: 0;
}
.sidebar-right body::before {
.fourchan-ss-sidebar.sidebar-large body::before {
width: 306px;
}
.fourchan-ss-sidebar.sidebar-normal body::before {
width: 255px;
}
.fourchan-ss-sidebar.sidebar-minimal body::before {
width: 23px;
}
.sidebar-location-right body::before {
right: 0;
}
sidebar-left body::before {
sidebar-location-left body::before {
left: 0;
}
.fourchan-ss-sidebar.sidebar-right body {
.fourchan-ss-sidebar.sidebar-location-right body {
padding-right: 2px;
}
.fourchan-ss-sidebar.sidebar-left body {
.fourchan-ss-sidebar.sidebar-location-left body {
padding-left: 2px;
}
hr {
@ -1246,7 +1255,7 @@ input:checked + .rice {
.post-form-style-tabbed-slideout #qrtab {
position: absolute;
top: 0;
width: 110px;
width: 120px;
text-align: center;
border-width: 1px 1px 0 1px;
cursor: default;

View File

@ -422,20 +422,19 @@ data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><filter id='filters'
border: 1px solid #{theme["Highlighted Reply Border"]};
}
.fourchan-ss-sidebar body::before {
z-index: -1;
background: none repeat scroll 0% 0% rgba(#{if background = new Style.color Style.colorToHex theme["Reply Background"] then background.shiftRGB -18}, 0.8);
}
.fourchan-ss-sidebar.sidebar-location-right {
.fourchan-ss-sidebar.sidebar-location-right body::before {
border-left: 2px solid #{backgroundC};
box-shadow:
inset 1px 0 0 #{theme["Thread Wrapper Border"]},
-1px 0 0 #{theme["Thread Wrapper Border"]};
inset 1px 0 0 #{theme["Reply Border"]},
-1px 0 0 #{theme["Reply Border"]};
}
.fourchan-ss-sidebar.sidebar-location-left {
.fourchan-ss-sidebar.sidebar-location-left body::before {
border-right: 2px solid #{backgroundC};
box-shadow:
1px 0 0 #{theme["Thread Wrapper Border"]},
inset -1px 0 0 #{theme["Thread Wrapper Border"]};
1px 0 0 #{theme["Reply Border"]},
inset -1px 0 0 #{theme["Reply Border"]};
}
.sage-highlighting-text.sage-highlight-position-before a.useremail[href*="sage"]:last-of-type::before,
.sage-highlighting-text.sage-highlight-position-before a.useremail[href*="Sage"]:last-of-type::before,