81 lines
1.9 KiB
CSS
81 lines
1.9 KiB
CSS
|
|
/* 4chan X Options */
|
|
#appchanOptions {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* Slideout Navigation */
|
|
#boardNavDesktopFoot::after {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* Global Message */
|
|
#globalMessage::after {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* Watcher */
|
|
#watcher::after {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* ExLinks */
|
|
#navtopright .exlinksOptionsLink::after {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* 4sight */
|
|
body > a[style="cursor: pointer; float: right;"]::after {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* Expand Images */
|
|
#imgControls {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* 4chan Catalog */
|
|
#catalog::after {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* Back */
|
|
div.navLinks > a:first-of-type::after {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* Fappe Tyme */
|
|
#fappeTyme {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
/* Thread Navigation Links */
|
|
#navlinks a {
|
|
margin: 2px;
|
|
top: 2px;
|
|
}
|
|
#navlinks a:last-of-type {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
#navlinks a:first-of-type {
|
|
#{align}: #{position[i++]}px;
|
|
}
|
|
#prefetch {
|
|
width: #{248 + Style.sidebarOffset.W}px;
|
|
#{align}: 2px;
|
|
top: 1.6em;
|
|
text-align: #{Style.sidebarLocation[1]};
|
|
}
|
|
#boardNavDesktopFoot::after,
|
|
#navtopright .exlinksOptionsLink::after,
|
|
#appchanOptions,
|
|
#watcher::after,
|
|
#globalMessage::after,
|
|
#imgControls,
|
|
#fappeTyme,
|
|
div.navLinks > a:first-of-type::after,
|
|
#catalog::after,
|
|
body > a[style="cursor: pointer; float: right;"]::after {
|
|
top: 2px !important;
|
|
}
|
|
#{if _conf["Announcements"] is "slideout" then "#globalMessage," else ""}
|
|
#{if _conf["Slideout Watcher"] then "#watcher," else ""}
|
|
#boardNavDesktopFoot {
|
|
top: 17px !important;
|
|
}
|
|
#{if _conf['Boards Navigation'] is 'top' or _conf['Boards Navigation'] is 'sticky top' then '#boardNavDesktop' else if _conf['Pagination'] is 'top' or _conf['Pagination'] is 'sticky top' then '.pagelist'} {
|
|
#{if _conf['4chan SS Navigation']
|
|
"padding-#{align}: #{iconOffset}px;"
|
|
else
|
|
"margin-#{align}: #{iconOffset}px;"}
|
|
}\n |