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

211 lines
4 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;
}
h4 {
font-size: 16px;
font-weight: bold;
text-align: center;
margin-top: 25px;
margin-bottom: 10px;
}
input:focus,
select:focus {
outline: none;
}
#msg-types {
text-align: center;
margin-top: 25px;
}
.right {
float: right;
}
#title {
color: #dedede;
font-size: 20px;
}
#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;
}
.disabled {
opacity: 0.5;
}
.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;
}
#post-form {
text-align: center;
margin-top: 25px;
}
.keywords-form {
text-align: center;
border-bottom: 3px solid rgba(45, 77, 59, 0.1);
padding-bottom: 15px;
margin: auto;
width: 50%;
}
#g-msg-field {
width: 75%;
max-width: 75%;
min-width: 75%;
height: 150px;
display: block;
margin: 0px auto 20px;
}
.keywords-field {
width: 100%;
max-width: 100%;
min-width: 100%;
height: 150px;
display: block;
margin: 0px auto 20px;
}
#g-msg-preview {
margin-top: 20px;
font-size: 10pt;
font-family: Arial, sans-serif;
text-align: center;
}
#g-msg-preview h1 { font-size: 2em; font-weight: bold }
#g-msg-preview h2 { font-size: 1.5em; font-weight: bold }
#g-msg-preview h3 { font-size: 1.17em; font-weight: bold }
#g-msg-preview h4 { font-size: 1em; font-weight: bold }
#g-msg-preview h5 { font-size: 0.83em; font-weight: bold }
#g-msg-preview p { margin: 1em 0; }
#g-msg-preview strong, #g-msg-preview b { font-weight: bold }
#g-msg-preview em, #g-msg-preview i { font-style: italic }
#g-msg-preview s { text-decoration: line-through }
#g-msg-preview u { text-decoration: underline }
#g-msg-preview * {
color: #FF0000;
}
#g-msg-preview a,
#g-msg-preview a:visited {
color: #0000ee;
}
#g-msg-preview a:hover {
color: #ff0000;
}