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

382 lines
6.1 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;
}
h3 {
font-size: 20px;
font-weight: bold;
}
h4 {
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.hidden,
object,
embed,
video,
audio,
iframe {
display: none;
}
input:focus,
select:focus {
outline: none;
}
textarea,
input[type="text"] {
padding: 1px 3px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left { float: left }
.right { float: right }
.wot {
border-bottom: 1px dotted;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
#title {
color: #dedede;
font-size: 20px;
}
#menu {
background-color: #d2d4d3;
padding: 6px 5px 5px 5px;
text-align: center;
height: 18px;
}
#menu li {
display: inline;
}
#menu input {
background-color: #E7E7E7;
width: 200px;
height: 18px;
-webkit-appearance: none;
border: 0;
padding: 0 4px;
vertical-align: top;
}
.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;
}
#no-results {
margin-top: 25px;
font-size: 25px;
color: #00A550;
text-align: center;
}
.items-table {
width: 100%;
cursor: default;
margin: auto;
border-left: 1px solid #D2D4D3;
border-right: 1px solid #D2D4D3;
margin: 10px 0 25px 0;
}
.items-table tfoot td {
padding: 10px 0;
}
.items-table tfoot .page-nav a {
margin: 0 10px;
}
.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;
}
.items-table tr {
border-bottom: 1px solid #D2D4D3;
}
#toggle-all {
vertical-align: middle;
margin-top: -1px;
}
.col-act { width: 50px; }
.col-name { width: 150px; position: relative; }
.col-action { width: 100px; }
.col-date { width: 150px; }
td.col-desc { width: 350px; }
.col-edit { width: 50px; }
.note {
color: #a6a6a6;
font-size: 11px;
margin-top: 3px;
}
#capcode-created {
margin-top: 20px;
font-size: 16px;
font-weight: bold;
text-align: center;
line-height: 30px;
}
#feedback {
position: fixed;
top: 10px;
text-align: center;
width: 100%;
}
.feedback {
border-radius: 5px;
color: #fff;
padding: 3px 6px;
font-size: 16px;
text-shadow: 0 1px rgba(0, 0, 0, 0.20);
background-color: #1D8DC4;
}
#content {
margin: 15px;
}
.col-pattern span { display: inline-block; }
.row-sep hr {
height: 0;
border: 0;
border-bottom: 1px solid #D2D4D3;
}
.form {
max-width: 800px;
}
.form input[type="text"] {
padding: 2px;
width: 250px;
}
input[type="checkbox"] {
vertical-align: text-top;
}
.form input.pid-field {
width: 100px;
}
.form input.banlen-field { width: 50px; }
.form td {
padding: 5px;
}
.form th {
font-weight: bold;
text-align: right;
padding: 5px;
cursor: default;
width: 75px;
}
.form .cell-top {
vertical-align: top;
}
.form textarea {
width: 250px;
max-width: 250px;
min-width: 250px;
height: 75px
}
.form tfoot { text-align: right }
.action-lbl { margin-right: 5px; }
.res-post {
margin: 20px 0;
padding-bottom: 20px;
border-bottom: 1px solid #D2D4D3;
}
.res-com {
margin-top: 5px;
}
#filter-doc {
max-width: 800px;
line-height: 20px;
}
#filter-doc h4 {
font-size: 13px;
margin-bottom: 8px;
}
#filter-doc ul {
list-style: disc inside;
}
#filter-doc ul ul {
list-style: circle inside;
margin-left: 20px;
}
#filter-doc code {
background-color: #D2D4D3;
padding: 1px 2px;
border-radius: 4px;
}
/* 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;
}