4chan/team/css/contest_banners.css
2025-04-17 18:12:08 -05:00

511 lines
7.8 KiB
CSS

/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,legend{color:#000}
html {
overflow-y: scroll;
}
body {
font-size: 13px;
font-family: 'Helvetica Neue', arial, sans-serif;
color: #393836;
background-color: #E7E7E7;
}
header {
background-color: #2b2b2b;
color: #9e9e9e;
padding: 5px 10px 10px 10px;
box-shadow: 0 0 0 3px rgba(45, 77, 59, 0.20);
padding-top: 5px;
text-align: center;
}
footer {
margin-top: 10px;
padding-bottom: 10px;
}
a {
color: #1d8dc4;
text-decoration: none;
border-bottom: 1px solid #adcad9;
}
a:hover {
border-bottom: 1px solid #1d8dc4;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
object,
embed,
video,
audio,
iframe {
display: none;
}
input:focus,
select:focus {
outline: 0;
}
input[type="checkbox"]::-moz-focus-inner {
border: 0;
}
h3 {
font-size: 20px;
font-weight: bold;
}
h4 {
font-size: 16px;
font-weight: bold;
}
.wot {
border-bottom: 1px dotted;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.select-box {
display: inline-block;
width: 120px;
height: 18px;
overflow: hidden;
border: 0;
background: url('/image/select-arrow.png') no-repeat right #E7E7E7;
}
.select-box select {
background-color: transparent;
width: 137px;
height: 18px;
font-size: 12px;
border: 0;
border-radius: 0;
-webkit-appearance: none;
}
.form-label {
margin: 0 5px;
vertical-align: top;
line-height: 1.4;
}
#feedback {
position: fixed;
top: 10px;
text-align: center;
width: 100%;
}
.feedback-notify,
.feedback-error {
border-radius: 5px;
cursor: pointer;
color: #fff;
padding: 3px 6px;
font-size: 16px;
text-shadow: 0 1px rgba(0, 0, 0, 0.20);
}
.feedback-error {
background-color: #C41E3A;
}
.feedback-notify {
background-color: #00A550;
}
.button {
cursor: pointer;
background-color: #2B2B2B;
border-radius: 5px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 2px 4px;
white-space: nowrap;
text-decoration: none;
color: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
margin: 0 2px;
border: 0;
}
button.button {
font-size: 13px;
font-family: 'Helvetica Neue', arial, sans-serif;
line-height: 1.15em;
height: 19px;
}
span.button:focus,
.button:hover {
color: #fff;
background-color: #000;
border: 0;
}
.button-light {
color: inherit;
background-color: #e7e7e7;
}
.button-light:hover {
background-color: #00A550;
}
.btn-other {
background-color: #1d8dc4;
}
.btn-accept {
background-color: #00A550;
}
.btn-deny {
background-color: #C41E3A;
}
.btn-deny:hover {
color: #fff;
background-color: #C41E3A;
}
.right {
float: right;
}
.left {
float: left;
}
#rangelist-error {
padding: 0;
margin-top: 10px;
}
#rangelist-error li {
list-style: none;
text-align: center;
}
#title {
color: #dedede;
font-size: 20px;
}
.list-sep {
border-right: 1px solid rgb(173, 202, 217);
margin-right: 4px;
padding-right: 2px;
}
#menu {
background-color: #d2d4d3;
padding: 6px 5px 5px 5px;
text-align: center;
height: 18px;
}
#menu li {
display: inline;
}
#menu li a {
margin: 0 5px;
}
#menu input {
background-color: #E7E7E7;
width: 100px;
height: 18px;
-webkit-appearance: none;
border: 0;
vertical-align: top;
}
.act-filter {
border-bottom: 1px solid #1d8dc4;
}
.hidden { display: none; }
.disabled { opacity: 0.5 }
.processing {
-moz-animation: blink 0.25s linear infinite alternate;
-webkit-animation: blink 0.25s linear infinite alternate;
animation: blink 0.25s linear infinite alternate;
}
@-moz-keyframes blink {
0% { opacity: 1; }
100% { opacity: 0.5; }
}
@-webkit-keyframes blink {
0% { opacity: 1; }
100% { opacity: 0.5; }
}
@keyframes blink {
0% { opacity: 1; }
100% { opacity: 0.5; }
}
.items-table {
width: 100%;
min-width: 600px;
cursor: default;
margin: auto;
border-left: 1px solid #D2D4D3;
border-right: 1px solid #D2D4D3;
margin-top: 10px;
margin-bottom: 10px;
}
.table-compact {
min-width: none;
width: auto;
}
.items-table th {
background-color: #D2D4D3;
font-weight: bold;
padding: 5px;
text-align: center;
}
.items-table td {
border-left: 1px solid #D2D4D3;
padding: 5px;
vertical-align: middle;
text-align: center;
max-width: 600px;
word-wrap: break-word;
position: relative;
}
.items-table tr {
border-bottom: 1px solid #D2D4D3;
}
.items-table tbody tr:hover .col-desc {
text-decoration: underline;
}
.items-table tfoot .page-nav a {
margin: 0 10px;
}
.items-table tfoot td {
padding: 10px 0px;
}
.banner-img {
display: inline-block;
}
.banner-url {
border: none;
}
.banner-url:hover {
border: none;
}
.col-id,
.col-board {
width: 50px;
}
.col-type,
.col-boards,
.col-date,
.col-meta {
width: 125px;
}
.col-email,
.col-name {
width: 200px;
word-wrap: break-word;
}
.re-type {
position: absolute;
top: 0px;
color: #a6a6a6;
display: inline-block;
padding: 0px 3px 1px 2px;
left: 0;
font-size: 9px;
}
.note {
color: #a6a6a6;
font-size: 11px;
margin-top: 3px;
}
#content {
margin: 15px;
}
#event-form input[type=text] {
padding: 2px;
width: 150px;
}
#event-form,
#event-form button {
margin-top: 10px;
}
#event-form th {
font-weight: bold;
text-align: right;
padding: 5px;
vertical-align: top;
cursor: default;
}
/* UI panels */
.clickbox {
display: inline-block;
height: 16px;
line-height: 16px;
text-align: center;
width: 12px;
vertical-align: bottom;
}
.backdrop {
position: fixed;
height: 100%;
width: 100%;
background-color: rgba(128, 128, 128, 0.30);
top: 0;
left: 0;
}
.panel {
background-color: #8C92AC;
position: absolute;
top: 80px;
padding: 10px;
z-index: 10;
border-radius: 5px 5px 5px 5px;
background-color: #e7e7e7;
box-shadow: 0 0 0 3px rgba(45, 77, 59, 0.06);
width: 320px;
left: 50%;
margin-left: -170px;
}
.panel h3 {
text-align: center;
font-size: 16px;
font-weight: bold;
}
.panel h4 {
font-size: 13px;
margin: 10px 0 5px;
font-weight: bold;
}
.panel-header .clickbox {
position: absolute;
right: 10px;
}
.panel-content,
.panel-footer {
border-top: 2px solid rgba(45, 77, 59, 0.06);
}
.panel-controls {
text-align: center;
}
.panel-content {
margin-top: 10px;
padding-top: 5px;
overflow: auto;
position: relative;
}
#panel-stack:focus,
.panel-content:focus {
outline: none;
}
.panel-footer {
margin-top: 5px;
padding-top: 10px;
text-align: center;
}
.panel .spinner {
text-align: center;
}
.spinner:before {
content: 'Loading…';
}
/* Tooltips */
#tooltip {
position: absolute;
background-color: #181f24;
border-radius: 3px;
font-size: 12px;
padding: 5px 8px 4px 8px;
z-index: 100000;
word-wrap: break-word;
white-space: pre-line;
max-width: 400px;
color: #dedede;
text-align: center;
}
.tip-top-left:before,
.tip-top-right:before,
.tip-top:before {
content:"";
display:block;
width:0;
height:0;
position:absolute;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #181f24;
margin-left: -4px;
bottom: -4px;
}
.tip-top:before {
left: 50%;
}
.tip-top-right:before {
left: 2px;
margin-left: 0;
}
.tip-top-left:before {
right: 2px;
}