This commit is contained in:
Zixaphir 2013-05-03 09:24:21 -07:00
parent 8c60150f39
commit cffd5c56dd
6 changed files with 41 additions and 13 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

@ -7,7 +7,6 @@ Settings =
href: 'javascript:;' href: 'javascript:;'
$.on link, 'click', Settings.open $.on link, 'click', Settings.open
$.asap (-> d.body), -> $.asap (-> d.body), ->
return unless Main.isThisPageLegit() return unless Main.isThisPageLegit()
# Wait for #boardNavMobile instead of #boardNavDesktop, # Wait for #boardNavMobile instead of #boardNavDesktop,

View File

@ -5,7 +5,10 @@
#delform > hr:last-of-type, #delform > hr:last-of-type,
#navbotright, #navbotright,
#postForm, #postForm,
#search-label,
#search-label-bottom,
#styleSwitcher, #styleSwitcher,
#togglePostForm,
.boardBanner > div, .boardBanner > div,
.mobile, .mobile,
.postingMode, .postingMode,
@ -35,6 +38,7 @@ body > hr {
} }
/* Hidden Content */ /* Hidden Content */
.forwarded, .forwarded,
.hidden,
.hidden_thread ~ div, .hidden_thread ~ div,
.hidden_thread ~ a, .hidden_thread ~ a,
.replyContainer .stub ~ div, .replyContainer .stub ~ div,
@ -121,6 +125,9 @@ hr {
.disabled { .disabled {
opacity: 0.5; opacity: 0.5;
} }
.pointer {
cursor: pointer;
}
/* Symbols */ /* Symbols */
.drop-marker { .drop-marker {
vertical-align: middle; vertical-align: middle;
@ -1037,6 +1044,9 @@ input:checked + .rice {
overflow: hidden; overflow: hidden;
text-align: left; text-align: left;
} }
#settings .selectrice {
display: inline-block;
}
.selectrice::after { .selectrice::after {
content: ""; content: "";
border-right: .25em solid transparent; border-right: .25em solid transparent;
@ -1850,6 +1860,24 @@ opacity: 0;
max-width: 150px; max-width: 150px;
max-height: 150px; max-height: 150px;
} }
.panel {
position: fixed;
top: 50% !important;
left: 50%;
#{agent}transform: translate(-50%, -50%);
}
.icon::after {
display: inline-block;
float: right;
width: 1em;
cursor: pointer;
}
.helpIcon::after {
content: '?';
}
.closeIcon::after {
content: '×';
}
/* Front Page */ /* Front Page */
#logo { #logo {
text-align: center; text-align: center;

View File

@ -45,6 +45,7 @@ html {
background-attachment: #{theme["Background Attachment"] or ''}; background-attachment: #{theme["Background Attachment"] or ''};
background-position: #{theme["Background Position"] or ''}; background-position: #{theme["Background Position"] or ''};
} }
.panel,
.section-container, .section-container,
#exlinks-options-content, #exlinks-options-content,
#mascotcontent, #mascotcontent,