Restyle QR link

Close #224
This commit is contained in:
Jordan 2014-01-09 20:22:08 -07:00
parent 6e5e4cfb45
commit 9a66c0286c
9 changed files with 70 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -47,6 +47,13 @@
:root.burichan .qr-preview {
background-color: rgba(0, 0, 0, .15);
}
:root.burichan .qr-link {
border-color: rgb(199, 203, 225) rgb(199, 203, 225) rgb(184, 188, 210);
background: linear-gradient(#E5E9FF, #D6DAF0) repeat scroll 0% 0% transparent;
}
:root.burichan .qr-link:hover {
background: #D9DDF3;
}
/* Menu */
:root.burichan #menu {

View File

@ -47,6 +47,13 @@
:root.futaba .qr-preview {
background-color: rgba(0, 0, 0, .15);
}
:root.futaba .qr-link {
border-color: rgb(225, 209, 199) rgb(225, 209, 199) rgb(210, 194, 184);
background: linear-gradient(#FFEFE5, #F0E0D6) repeat scroll 0% 0% transparent;
}
:root.futaba .qr-link:hover {
background: #F0E0D6;
}
/* Menu */
:root.futaba #menu {

View File

@ -47,6 +47,13 @@
:root.photon .qr-preview {
background-color: rgba(0, 0, 0, .15);
}
:root.photon .qr-link {
border-color: rgb(206, 206, 206) rgb(206, 206, 206) rgb(191, 191, 191);
background: linear-gradient(#ECECEC, #DDD) repeat scroll 0% 0% transparent;
}
:root.photon .qr-link:hover {
background: #DDDDDD;
}
/* Menu */
:root.photon #menu {

View File

@ -3,7 +3,7 @@
border: 1px solid;
display: block;
}
.dialog:not(#qr):not(#thread-watcher):not(#header-bar) {
.dialog:not(#qr):not(#thread-watcher) {
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}
#qr,
@ -66,6 +66,21 @@ a {
border-radius: 3px;
padding: 0px 2px;
}
body>hr, .ad-plea-bottom + hr {
display: none;
}
.board > hr:last-of-type {
border-top-color: transparent !important;
}
div.navLinks {
margin-bottom: -10px !important;
}
.ad-plea {
display: none;
}
.ad-cnt {
margin: 10px !important;
}
/* 4chan style fixes */
.opContainer, .op {
@ -791,6 +806,15 @@ a.hide-announcement {
.qr-link-container {
text-align: center;
}
.qr-link {
border-radius: 3px;
padding: 6px 10px 5px;
font-weight: bold;
vertical-align: middle;
border-style: solid;
border-width: 1px;
font-size: 10pt;
}
.persona {
width: 248px;
max-width: 100%;

View File

@ -53,6 +53,13 @@
border-color: rgb(129, 162, 190) !important;
background-color: rgb(30,32,36);
}
:root.tomorrow .qr-link {
border-color: rgb(25, 27, 31) rgb(25, 27, 31) rgb(10, 12, 16);
background: linear-gradient(#37393D, #282A2E) repeat scroll 0% 0% transparent;
}
:root.tomorrow .qr-link:hover {
background: #282A2E;
}
/* Menu */
:root.tomorrow #menu {

View File

@ -47,6 +47,14 @@
:root.yotsuba-b .qr-preview {
background-color: rgba(0, 0, 0, .15);
}
:root.yotsuba-b .qr-link {
border-color: rgb(199, 203, 225) rgb(199, 203, 225) rgb(184, 188, 210);
background: linear-gradient(#E5E9FF, #D6DAF0) repeat scroll 0% 0% transparent;
}
:root.yotsuba-b .qr-link:hover {
background: #D9DDF3;
}
/* Menu */
:root.yotsuba-b #menu {

View File

@ -47,6 +47,13 @@
:root.yotsuba .qr-preview {
background-color: rgba(0, 0, 0, .15);
}
:root.yotsuba .qr-link {
border-color: rgb(225, 209, 199) rgb(225, 209, 199) rgb(210, 194, 184);
background: linear-gradient(#FFEFE5, #F0E0D6) repeat scroll 0% 0% transparent;
}
:root.yotsuba .qr-link:hover {
background: #F0E0D6;
}
/* Menu */
:root.yotsuba #menu {