mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 15:46:23 -07:00
176 lines
5 KiB
CSS
176 lines
5 KiB
CSS
@font-face {
|
|
font-family: "Pixelated MS Sans Serif";
|
|
src: url(res/font/ms_sans_serif.woff) format("woff");
|
|
src: url(res/font/ms_sans_serif.woff2) format("woff2");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "Pixelated MS Sans Serif";
|
|
src: url(res/font/ms_sans_serif.woff) format("woff");
|
|
src: url(res/font/ms_sans_serif.woff2) format("woff2");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
body {
|
|
font-size: 11px;
|
|
color: white;
|
|
background: #008080;
|
|
}
|
|
|
|
a {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
input {
|
|
color: #000;
|
|
font-size: 11px !important;
|
|
font-family: "Pixelated MS Sans Serif", Arial;
|
|
outline: none;
|
|
}
|
|
|
|
div#topbar {
|
|
height: 26px;
|
|
background: silver !important;
|
|
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
|
|
box-sizing: border-box;
|
|
border: none !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
div#topbar a:active {
|
|
box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080 !important;
|
|
}
|
|
div#topbar a[href="/"] {
|
|
font-family: "Pixelated MS Sans Serif", Arial;
|
|
font-size: 11px;
|
|
content: "Start" !important;
|
|
background: url("res/win9x/startlogo.png") !important;
|
|
background-repeat: no-repeat !important;
|
|
background-position-x: 3px !important;
|
|
background-position-y: 4px !important;
|
|
padding-left: 24px;
|
|
padding-bottom: 4px;
|
|
/* padding: 3px 4px; */
|
|
}
|
|
|
|
div#topbar,
|
|
div#topbar a {
|
|
background: silver !important;
|
|
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
|
|
box-sizing: border-box;
|
|
border: none !important;
|
|
border-radius: 0 !important;
|
|
height: 24px;
|
|
color: #000 !important;
|
|
font-family: "Pixelated MS Sans Serif", Arial;
|
|
font-size: 11px;
|
|
cursor: default;
|
|
}
|
|
|
|
div#content button,
|
|
div#content input[type=button],
|
|
div#content input[role=pushbutton],
|
|
div#content input[type=submit] {
|
|
color: #000 !important;
|
|
/* font-size: 12px!important; */
|
|
background: silver !important;
|
|
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
|
|
box-sizing: border-box;
|
|
border: none !important;
|
|
border-radius: 0 !important;
|
|
min-width: 75px;
|
|
min-height: 22px;
|
|
padding: 0 12px;
|
|
}
|
|
|
|
div#content button:active,
|
|
div#content input[type=button]:active,
|
|
div#content input[type=submit]:active {
|
|
box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080 !important;
|
|
}
|
|
|
|
div#qr-title {
|
|
background: linear-gradient(90deg, navy, #1084d0);
|
|
}
|
|
div#qr-title a {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
|
|
min-width: 16px;
|
|
min-height: 14px;
|
|
display: block;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
text-align: center;
|
|
background-position: top 3px left 40px !important;
|
|
}
|
|
div#qr-title a:hover {
|
|
color: #000;
|
|
}
|
|
div#qr-title span#qr-buttons * {
|
|
display: inline-block;
|
|
}
|
|
|
|
div#qr-box {
|
|
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
|
|
background: silver;
|
|
padding: 3px;
|
|
border: none !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
div#qr-box textarea, div#qr-box input[typ=text] {
|
|
display: block;
|
|
background: #fff;
|
|
box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
|
|
margin: 0;
|
|
font-family: "Pixelated MS Sans Serif", Arial;
|
|
color: #000;
|
|
appearance: none;
|
|
}
|
|
|
|
input[type=text] {
|
|
padding: 3px 4px;
|
|
}
|
|
|
|
/* div#qrmove a:nth-child(1) {
|
|
content:"d"!important;
|
|
background-repeat: no-repeat;
|
|
} */
|
|
a.boardlistactive {
|
|
color: #000 !important;
|
|
padding: 6px 3px !important;
|
|
outline: 1px dotted #000;
|
|
outline-offset: -4px;
|
|
}
|
|
|
|
h1, h2, div.subtitle, a#qrDisplayButton {
|
|
color: #000;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
div#content select {
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");
|
|
appearance: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
position: relative;
|
|
padding-right: 32px;
|
|
background-position: top 2px right 2px;
|
|
background-repeat: no-repeat;
|
|
border-radius: 0;
|
|
height: 21px;
|
|
border: none;
|
|
padding: 3px 4px;
|
|
padding-right: 4px;
|
|
box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
div.pages {
|
|
background: #008080;
|
|
border: none;
|
|
color: white;
|
|
/* border-right: black;
|
|
border-bottom: black; */
|
|
}
|