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

652 lines
9.9 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: none;
}
label {
white-space: nowrap;
}
.select-box {
display: inline-block;
width: 80px;
height: 18px;
overflow: hidden;
border: 0;
margin-right: 2px;
background: url('/image/select-arrow.png') no-repeat right #E7E7E7;
}
.select-box select {
background-color: transparent;
width: 100%;
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;
}
.right {
float: right;
}
#title {
color: #dedede;
font-size: 20px;
}
#menu {
background-color: #d2d4d3;
padding: 6px 5px 5px 5px;
text-align: center;
min-height: 18px;
}
#menu li {
display: inline;
}
#menu input {
background-color: #E7E7E7;
height: 18px;
border: 0;
vertical-align: top;
}
#menu input[type="text"] {
width: 80px;
-webkit-appearance: none;
}
/* cfg menu button */
#cfg-btn {
position: absolute;
right: 10px;
top: 10px;
text-align: right;
}
#cfg-btn input {
margin-right: 4px;
}
#cfg-btn label {
display: block;
margin-bottom: 5px;
}
#cfg-btn label:last-child {
margin-bottom: 0;
}
#cfg-btn > div {
text-align: left;
}
#cfg-btn > span {
display: inline-block;
color: #E7E7E7;
font-size: 14px;
transform: rotate(-90deg);
font-weight: bold;
cursor: default;
}
#cfg-btn:hover div {
display:block;
}
#cfg-btn div {
color: #393836;
display: none;
margin-right: -5px;
margin-top: 5px;
background-color: rgb(231, 231, 231);
padding: 5px;
border-radius: 3px;
border: 3px solid #D2D4D3;
}
#filter-apply {
vertical-align: top;
margin-left: 5px;
margin-top: 1px;
}
#filter-submit {
width: 0px;
visibility: hidden;
}
#filter-date {
text-align: center;
}
.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;
}
#search-field {
margin-right: 5px;
}
#search-field form {
display: inline;
}
#search-field input {
width: 115px;
border-radius: 5px;
background-color: #e7e7e7;
border: 0;
padding: 2px;
text-align: center;
}
#log-table {
width: 90%;
}
.items-table {
cursor: default;
margin: auto;
border-left: 1px solid #D2D4D3;
border-right: 1px solid #D2D4D3;
margin-top: 10px;
}
.items-table tfoot td {
padding: 10px 0;
text-align: center;
}
.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: 20px 10px;
vertical-align: top;
}
.items-table tr {
border-bottom: 1px solid #D2D4D3;
}
.items-table-compact td {
padding: 4px;
}
.items-table-compact .col-date {
width: auto;
}
/* Columns */
.col-user,
.col-date,
.col-action,
.col-board {
text-align: center;
}
.col-post {
word-break: break-all;
}
.col-date {
width: 60px;
}
.col-action {
width: 70px;
}
.col-board {
width: 45px;
}
.col-user {
width: 150px;
}
/* --- */
.as-iblk {
display: inline-block;
}
.post-no {
color: #a6a6a6;
float: right;
font-size: 10px;
font-weight: normal;
margin-right: -7px;
margin-top: -20px;
}
.post-no a {
color: #0071a5;
text-decoration: none;
border: none;
font-weight: bold;
}
.post-no a:hover {
color: #1d8dc4;
}
.post-isop {
color: #a6a6a6;
float: right;
font-size: 10px;
margin-right: -7px;
margin-top: -9px;
}
.name {
color: #00A550;
overflow: hidden;
text-overflow: '(…)';
white-space: nowrap;
font-weight: bold;
display: inline-block;
}
.tripcode {
font-weight: normal;
margin-left: 5px;
}
.subject {
font-size: 85%;
font-weight: bold;
overflow: hidden;
text-overflow: '(…)';
white-space: nowrap;
color: #0071a5;
}
.comment {
margin-top: 5px;
}
.filename {
font-style: italic;
margin-left: 5px;
overflow: hidden;
text-overflow: "(…)";
white-space: nowrap;
display: inline-block;
width: 400px;
}
.quotelink {
color: #393836;
text-decoration: none;
border: none;
}
.quotelink:hover {
border: none;
}
a.via-template {
border-bottom: 1px dashed;
color: #393836;
text-decoration: none;
}
.tool {
color: #a6a6a6;
font-size: 10px;
}
.sec-txt {
color: #a6a6a6;
}
.prettyprint,
.exif {
display: none;
}
/* 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;
}
/* Dark Theme */
.dark-theme .button-light.active,
.dark-theme .button:hover {
background-color: #bbb;
color: #000;
}
.dark-theme .post-link:visited:not(:hover) {
background-color: #2b2b2b;
}
.dark-theme body,
.dark-theme .button {
background-color: #2b2b2b;
color: #999;
}
.dark-theme .subject {
color: #5896b3;
}
.dark-theme .row-sep hr,
.dark-theme .res-cnt {
border-bottom: 1px solid #393836;
}
.dark-theme #results-ctrl {
border-top: 1px solid #393836;
border-bottom: 1px solid #393836;
}
.dark-theme #search-fields input,
.dark-theme .ban-field,
.dark-theme #search-fields select {
background-color: #393836;
border: 0;
color: #999;
}
.dark-theme header,
.dark-theme #menu,
.dark-theme .post-meta,
.dark-theme .post-controls {
background-color: #1c1c1c;
}
.dark-theme .clickbox {
background-color: #000;
}
.dark-theme .items-table {
border-left: 1px solid #1c1c1c;
border-right: 1px solid #1c1c1c;
}
.dark-theme .items-table th {
background-color: #1c1c1c;
}
.dark-theme .items-table tr {
border-bottom: 1px solid #1c1c1c;
}
.dark-theme .items-table td {
border-left: 1px solid #1c1c1c;
}
.dark-theme article {
box-shadow: 0 0 0 3px #1c1c1c;
}
.dark-theme .ban-post {
border-top: 1px solid #1c1c1c;
}
.dark-theme #search-field input {
background-color: #2b2b2b;
color: #999;
}
.dark-theme .btn-deny {
background-color: #C41E3A;
color: #fff;
}
.dark-theme .btn-accept {
background-color: #00A550;
color: #fff;
}
.dark-theme .btn-accept,
.dark-theme .btn-deny,
.dark-theme .btn-other {
filter: brightness(80%);
}
.dark-theme .btn-other {
background-color: #1d8dc4;
color: #fff;
}
.dark-theme #ban-form-cnt {
background-color: #1c1c1c;
border: 3px solid #393836;
}
.dark-theme .backdrop {
background-color: rgba(0, 0, 0, 0.50);
}
.dark-theme .private-reason,
.dark-theme .user-country {
color: unset;
}
.dark-theme #edit-form-cnt {
background-color: #2b2b2b;
border: 3px solid #1c1c1c;
}
.dark-theme #edit-form-cnt tr {
border-bottom: 1px solid #1c1c1c;
}
.dark-theme #edit-form-cnt tfoot tr {
border-bottom: none;
}
.dark-theme #edit-form-cnt tbody th {
border-right: 1px solid #1c1c1c;
}
.dark-theme .panel {
background-color: #2b2b2b;
box-shadow: 0 0 0 3px rgba(45, 77, 59, 0.06);
}
.dark-theme .panel-content,
.dark-theme .panel-footer {
border-top: 2px solid rgba(0, 0, 0, 0.25)
}
.dark-theme .post-subject {
color: #81a6b7;
}
.dark-theme a,
.dark-theme a:hover,
.dark-theme .post-subject {
color: #5896b3;
}
.dark-theme a {
border-bottom: 1px solid #5896b3;
}
.dark-theme a:hover {
border-bottom: 1px solid #adcad9;
}
.dark-theme .post-no a {
border: 0;
}
.dark-theme #menu input,
.dark-theme #menu select {
background-color: #393836;
border: 0;
color: #999;
}