Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Photon theme for 8chan - based on the original at touhou-project.com - https://www.touhou-project.com/css/photon.css */
- body {
- background: #529E64;
- color: #333333;
- font-family: "Trebuchet MS",Trebuchet,serif!important;
- font-size: 14px;
- }
- h1 {
- color: #000000;
- font-family: "Trebuchet MS",Trebuchet,serif;
- font-size: 33px;
- letter-spacing: -1px;
- }
- .ad-banner {
- display: none;
- }
- header div.subtitle {
- color: #333333;
- font-size: 15px;
- font-style: italic;
- }
- .intro span.subject {
- color: #002244;
- }
- .intro span.name {
- color: #004A99;
- }
- span.trip {
- color: #FF3300;
- }
- /* options.js */
- #options_div {
- width: 52%;
- height: 67%;
- background: #a4ddac;
- font-family: "Trebuchet MS",Trebuchet,serif;
- }
- #alert_div {
- background: #a4ddac;
- font-family: "Trebuchet MS",Trebuchet,serif;
- }
- input.format_option {
- font-family: "Trebuchet MS",Trebuchet,serif;
- }
- .options_tab_icon.active {
- color: #0066FF;
- }
- div.blotter {
- color: #AF0A0F;
- font-weight: bold;
- text-align: center;
- }
- div.boardlist {
- font-size: 9pt;
- color: #34345C!important;
- background-color: #a4ddac!important;
- border-bottom: 0px solid;
- padding-left: 1.5px;
- padding-right: 1.5px;
- padding-top: 2px;
- padding-bottom: 2px;
- }
- div.boardlist a {
- text-decoration: underline;
- }
- div.banner {
- background: #599b71;
- border: 1px solid #BBBBBB;
- color: #0F0C5D;
- text-align: center;
- padding: 2px;
- clear: both;
- font-weight: bold;
- }
- div.banner, div.banner a {
- color: #2266AA;
- }
- form table tr th {
- background: #529E64;
- color: #002244;
- font-weight: bold;
- }
- form table tr td {
- background: #529E64;
- }
- .unimportant {
- font-size: 9pt;
- color: #555555;
- }
- .unimportant * {
- font-size: 9pt;
- }
- a.unimportant {
- color: #000;
- }
- input, keygen, select, button {
- font-family: "Trebuchet MS",Trebuchet,serif;
- }
- select:not(:-internal-list-box) {
- margin: auto auto 5px auto;
- }
- div.post.reply {
- background: #a4ddac;
- border: 1px solid #CCCCCC;
- color: #333333;
- }
- div.pages {
- color: #000000;
- background: #529E64;
- display: inline-block;
- padding: 8px;
- margin: 0px 0 0px 0;
- border-right: 0px solid #B7C5D9;
- border-bottom: 0px solid #B7C5D9;
- }
- div.post p {
- font-size: 14px;
- }
- span.subject {
- font-size: 17px;
- }
- div.post.reply.post-hover {
- border: 1px dotted black!important;
- }
- div.post.reply.highlighted {
- background: rgba(255, 255, 255, 0.1);
- border-color: #000000;
- }
- .theme-catalog div.thread {
- background-color: rgba(255, 255, 255, .3);
- }
- .theme-catalog div.thread:hover {
- background-color: #a4ddac;
- border-color: #002244;
- }
- .quote {
- color: #789922;
- }
- .intro span.capcode, p.intro a.capcode, p.intro a.nametag {
- color: #800080;
- }
- hr {
- border: none;
- border-top: 1px solid #BBBBBB;
- height: 0;
- clear: left;
- }
- .post-menu ul {
- background-color: #a4ddac;
- border: 1px solid #000;
- list-style: none;
- padding: 0;
- margin: 0;
- white-space: nowrap;
- }
- .post-menu li {
- background-color: #a4ddac;
- }
- a, a:visited {
- color: #000000;
- text-decoration: underline;
- }
- a:hover {
- color: #0066FF;
- text-decoration: underline;
- }
- div.post.reply div.body a {
- color: #000000;
- }
- div.post.reply div.body a:hover {
- color: #0066FF;
- }
- .intro a.post_no:hover {
- color: #0066FF;
- }
- input[type="text"], textarea {
- background: #FFFFFF;
- color: #333333;
- font-family: monospace;
- }
- #quick-reply .post-table, #quick-reply td {
- border: 1px solid #CCCCCC;
- }
- p.unimportant {
- color: #333333;
- }
- div.boardlist.bottom + div {
- padding-top: 20px;
- padding-left: 503px;
- }
- /* setting for the ban list page */
- table tbody tr:nth-of-type( even ) {
- background-color: #529E64;
- }
- /* settings for the homepage */
- .box {
- background: #a4ddac;
- border: 1px solid #CCCCCC;
- color: #333333;
- margin: 0 0 12px 0;
- }
- .box-title {
- background: #529E64;
- }
- table thead th {
- border: 1px solid #CCCCCC;
- background: #a4ddac;
- color: #333333;
- }
- table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
- background: #529E64;
- }
- tbody.board-list-omitted td {
- background: #a4ddac;
- border-top: 1px solid #CCCCCC;
- }
- /* settings for the FAQ and search pages */
- div.ban h2 {
- background: #529E64;
- color: #002244;
- font-size: 13pt;
- }
- div.module, div.ban {
- background: #a4ddac;
- border: 1px solid #CCCCCC;
- }
Advertisement
Add Comment
Please, Sign In to add comment