This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/themes/futaba/style.css

166 lines
3.1 KiB
CSS
Raw Normal View History

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* things common to all pages *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
:root {
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}
BODY {
background: #FFFFEE url(fade.png) top center repeat-x;
color: #800000;
padding-left: 5px;
padding-right: 5px;
2020-03-13 09:23:54 +00:00
margin-right: 0;
margin-left: 0;
margin-top: 5px;
}
H1 {
text-align: center;
}
#subtitle {
display: none;
}
2012-03-11 16:18:37 +00:00
FOOTER {
clear: both;
padding-top: 8px;
font-size: 0.7rem;
text-align: center;
}
A, A:visited {text-decoration: none; color: #0000EE;}
A:hover {text-decoration: underline; color: #DD0000;}
2020-03-13 09:23:54 +00:00
HR {border: none; border-top: 1px solid #D9BFB7; height: 0; clear: both;}
2024-06-11 15:02:52 +00:00
CODE {background: #DEDEDE; font-size: 0.9rem;}
2023-03-20 16:47:59 +00:00
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* the navigation bar, and all its blocks *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2012-03-11 16:18:37 +00:00
NAV {
2023-03-20 16:47:59 +00:00
width: 200px;
float: left;
2023-03-20 16:47:59 +00:00
text-align: center;
margin-left: 16px;
}
2023-03-20 16:47:59 +00:00
NAV .blockbody {
font-size: 0.85rem;
2023-03-20 16:47:59 +00:00
text-align: center;
overflow: hidden;
}
2023-03-20 16:47:59 +00:00
NAV TABLE {
width: 100%;
}
2012-03-11 16:18:37 +00:00
NAV INPUT {
width: 100%;
2020-03-13 09:23:54 +00:00
padding: 0;
}
2012-03-11 16:18:37 +00:00
NAV SELECT {
width: 100%;
2020-03-13 09:23:54 +00:00
padding: 0;
}
2023-03-20 16:47:59 +00:00
2012-03-11 16:18:37 +00:00
NAV H3 {
2023-03-20 16:47:59 +00:00
text-align: center;
}
.withleft {
margin-left: 160px;
}
2023-03-20 16:47:59 +00:00
#paginator .blockbody {
background: none;
border: none;
box-shadow: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* the main part of each page *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
ARTICLE {
margin-left: 226px;
margin-right: 16px;
margin-top: 16px;
text-align: center;
height: 1%;
}
ARTICLE TABLE {
width: 90%;
margin: auto;
}
2016-09-06 07:18:36 +00:00
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* the navigation bar, and all its blocks *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
TABLE.tag_list {
border-collapse: collapse;
}
TABLE.tag_list>THEAD {
display: none;
}
TABLE.tag_list>TBODY>TR>TD {
display: inline;
padding: 0;
line-height: 1em;
}
TABLE.tag_list>TBODY>TR>TD:after {
content: " ";
2016-09-06 07:18:36 +00:00
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* specific page types *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#short-wiki-description > .blockbody {
padding-bottom: 15px;
font-size: 1.1rem;
}
#short-wiki-description h2 {
margin: 0 0 0.4em;
}
.doubledash {
color: #D9BFB7;
vertical-align: top;
clear: both;
float: left;
}
.comment {
2012-03-12 05:31:19 +00:00
/*background: #FFFFEE;*/
2020-03-13 09:23:54 +00:00
border-width: 0;
}
.reply, .paginator {
margin-bottom: 2px;
font-size: 10pt;
background: #F0E0D6;
color: #800000;
border: 1px solid #D9BFB7;
border-left: none;
border-top: none;
padding: 2px;
}
.reply P {
margin-left: 32px;
2020-03-13 09:23:54 +00:00
margin-bottom: 0;
}
.setupblock {
border: 1px solid #AAA;
padding: 8px;
margin: 16px;
width: 350px;
}
.paginator {
display: inline;
padding: 5px;
}
2009-07-06 11:29:55 +00:00
.thumb {
2009-08-04 16:45:09 +00:00
margin: 16px;
2024-02-23 11:30:51 +00:00
}
.greentext {
color: green;
2024-02-20 00:54:36 +00:00
}