Z indexes - zixaphir/AppChan GitHub Wiki

z-indexes

This is merely a list of all z-indexes in AppChan created for the sake of keeping Zixaphir's sanity in check.

#footer
.deletebuttons::before
	-1

.postarea td,
td.reply,
td.replyhl
	0

SOME mascots:
	1

// None of these should EVER overlap
div.logo img
div.logo
.pages
.replyhider a
[id^='q'] .error
#quickrep .refreshBtn,
#recaptcha_reload_btn,
.refreshBtn
	2

// Post Form Labels
form[name^='post'] .postblock b
	5

// And these ones accomplish the same goal in their respective scripts.
#watcher
#threadwatcher
	10

#navlinks
	15

#filter
#thread_filter
#stats
	20

.postarea form[name^='post']
#qr
#updater
	25

.deletebuttons
	28

.pages // With side option.
	30

#cc-newpostarea
#cc-newpostarea2
	35

.filesize ~ a > img + img // Expanded images, if above post form
#navtopr
body > a[style='cursor: pointer; float: right;'] // 4sight
	40

#navbot::after
#navbot:hover
	45

#navbot:hover::after 
	50

body > form #imgControls
	55

// All of these should accomplish the same things in their respective scripts.
#qp
.exPopup
#iHover
#backwash_tooltip
#popup
div[id^='ref']
#cc-quotedcontainer_t
	60

// Navigation
#header
#navtop
	65

#autoPagerBorderPaging
	70

#updater:hover // and this one, which when in use SHOULD be above almost everything
	75

#overlay // Full screen options.
	100
⚠️ **GitHub.com Fallback** ⚠️