##// END OF EJS Templates
Added tag 2.12.0 for changeset 9cffa58fae74
Added tag 2.12.0 for changeset 9cffa58fae74

File last commit:

r1421:b362e5ab default
r1492:3d14eafa default
Show More
base_page.css
383 lines | 5.2 KiB | text/css | CssLexer
neko259
Added photon style.
r193 html {
background: rgb(238, 238, 238);
color: rgb(51, 51, 51);
}
#admin_panel {
background: #FF0000;
color: #00FF00
}
.input_field {
}
.input_field_name {
}
.input_field_error {
color: #FF0000;
}
.title {
font-weight: bold;
color: #333;
font-size: 2ex;
}
.link, a {
neko259
Changed appearance of bumplimit and archived posts in PG theme
r1205 color: #ff7000;
neko259
Added photon style.
r193 }
.block {
display: inline-block;
vertical-align: top;
}
.tag {
color: #222;
}
.post_id:hover {
color: #11f;
}
.post_id {
color: #444;
}
.post, .dead_post, #posts-table {
margin: 5px;
padding: 10px;
background: rgb(221, 221, 221);
border: 1px solid rgb(204, 204, 204);
border-radius: 5px 5px 5px 5px;
clear: left;
word-wrap: break-word;
display: table;
}
.metadata {
padding: 5px;
margin-top: 10px;
border: solid 1px #666;
font-size: 0.9em;
display: table;
}
neko259
Added next and previous page links
r343 .navigation_panel, .tag_info, .page_link {
neko259
Added photon style.
r193 margin: 5px;
padding: 10px;
border: 1px solid rgb(204, 204, 204);
border-radius: 5px 5px 5px 5px;
}
.navigation_panel .link {
border-right: 1px solid #000;
font-weight: bold;
margin-right: 1ex;
padding-right: 1ex;
}
.navigation_panel .link:last-child {
border-left: 1px solid #000;
border-right: none;
float: right;
margin-left: 1ex;
margin-right: 0;
padding-left: 1ex;
padding-right: 0;
}
.navigation_panel::after, .post::after {
clear: both;
content: ".";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
p {
margin-top: .5em;
margin-bottom: .5em;
}
.post-form-w {
display: table;
padding: 10px;
margin: 5px
}
.form-row {
display: table-row;
}
.form-label, .form-input, .form-errors {
display: table-cell;
}
.form-label {
padding: .25em 1ex .25em 0;
vertical-align: top;
}
.form-input {
padding: .25em 0;
}
.form-errors {
padding-left: 1ex;
font-weight: bold;
vertical-align: middle;
}
neko259
Form and quote fixed in PG theme
r833 .post-form input:not([name="image"]), .post-form textarea {
neko259
Added photon style.
r193 background: #fff;
color: #000;
border: solid 1px;
padding: 0;
width: 100%;
Pavel Ryapolov
Made fonts in textarea normal size in some browsers
r298 font: medium sans;
neko259
Added photon style.
r193 }
.form-submit {
border-bottom: 2px solid #ddd;
margin-bottom: .5em;
padding-bottom: .5em;
}
.form-title {
font-weight: bold;
}
input[type="submit"] {
background: #fff;
border: solid 1px #000;
color: #000;
}
blockquote {
border-left: solid 2px;
padding-left: 5px;
color: #B1FB17;
margin: 0;
}
.post > .image {
float: left;
margin: 0 1ex .5ex 0;
min-width: 1px;
text-align: center;
display: table-row;
}
.post > .metadata {
clear: left;
}
.get {
font-weight: bold;
color: #d55;
}
* {
text-decoration: none;
}
.dead_post {
neko259
Changed appearance of bumplimit and archived posts in PG theme
r1205 border-top: solid #d5494f;
}
.archive_post {
border-top: solid #575e9f;
neko259
Added photon style.
r193 }
.quote {
neko259
Changed some text styles in PG.
r194 color: #080;
neko259
Added photon style.
r193 font-style: italic;
}
.spoiler {
background: white;
color: white;
}
.spoiler:hover {
color: black;
}
.comment {
neko259
Changed some text styles in PG.
r194 color: #8B6914;
neko259
Added photon style.
r193 font-style: italic;
}
a:hover {
text-decoration: underline;
}
.last-replies {
margin-left: 3ex;
}
.thread {
margin-bottom: 3ex;
}
.post:target {
neko259
Added missing migrations. Removed post's "parent" field as deprecated. Changed target post's border to black in PG theme.
r198 border: solid 2px black;
neko259
Added photon style.
r193 }
pre{
white-space:pre-wrap
}
li {
list-style-position: inside;
}
.fancybox-skin {
position: relative;
background-color: #fff;
color: #ddd;
text-shadow: none;
}
.fancybox-image {
border: 1px solid black;
}
.image-mode-tab {
display: table;
margin: 5px;
padding: 5px;
background: rgb(221, 221, 221);
border: 1px solid rgb(204, 204, 204);
border-radius: 5px 5px 5px 5px;
}
.image-mode-tab > label {
margin: 0 1ex;
}
.image-mode-tab > label > input {
margin-right: .5ex;
}
#posts-table {
margin: 5px;
}
neko259
Added next and previous page links
r343 .tag_info, .page_link {
neko259
Added photon style.
r193 display: table;
}
.tag_info > h2 {
margin: 0;
}
.moderator_info {
color: #e99d41;
border: dashed 1px;
padding: 3px;
}
.refmap {
font-size: 0.9em;
color: #444;
margin-top: 1em;
}
input[type="submit"]:hover {
background: #ccc;
}
.fav {
color: rgb(255, 102, 0);
}
.not_fav {
color: #555;
neko259
Cleaned up code in some modules. Added a new style for the contributor roles.
r203 }
neko259
Added a hidden antispam field to the forms.
r207 .form-email {
display: none;
}
neko259
Added style for mark buttons in PG theme.
r243
.mark_btn {
neko259
Added a new format panel to the text form
r438 padding: 2px 2ex;
neko259
Added style for mark buttons in PG theme.
r243 border: 1px solid;
}
.mark_btn:hover {
background: #ccc;
neko259
Show bumplimit bar for threads. Added board logo to the authors page.
r281 }
.bar-value {
background: rgba(251, 199, 16, 0.61);
padding: 2px;
font-size: 0.9em;
neko259
Small fix for the bumplimit bar.
r282 height: 1.5em;
neko259
Show bumplimit bar for threads. Added board logo to the authors page.
r281 }
.bar-bg {
neko259
Small fix for the bumplimit bar.
r282 position: relative;
neko259
Show bumplimit bar for threads. Added board logo to the authors page.
r281 border: 1px solid rgb(204, 204, 204);
border-radius: 5px 5px 5px 5px;
margin: 5px;
neko259
Small fix for the bumplimit bar.
r282 overflow: hidden;
}
.bar-text {
padding: 2px;
position: absolute;
left: 0;
top: 0;
Pavel Ryapolov
Made fonts in textarea normal size in some browsers
r298 }
neko259
Fixed saving user setting in some DBs. Added 'skippen N replies' label in...
r414
.skipped_replies {
margin: 5px;
}
neko259
Added style for page selectors and mode selector to the white theme. Fixed middleware issue with static files
r459
.current_page, .current_mode {
border: solid 1px #000;
padding: 2px;
neko259
Made tags list page look like tag cloud
r511 }
.tag_item {
display: inline-block;
border: 1px solid #ccc;
margin: 0.3ex;
padding: 0.2ex;
}
neko259
Form and quote fixed in PG theme
r833
.multiquote {
padding: 3px;
display: inline-block;
background: #ddd;
border-style: solid;
border-width: 1px 1px 1px 4px;
border-color: #222;
font-size: 0.9em;
}
neko259
Highlight post instead of showing popup if the post is visible on page....
r1035
.highlight {
background-color: #F9E8A5;
}
neko259
Added AJAX text preview to the form.
r1217
#preview-text {
border: solid 1px black;
margin: 1ex 0 1ex 0;
padding: 1ex;
}
neko259
Added image format and size label to images
r1245
.image-metadata {
font-style: italic;
font-size: 0.9em;
neko259
Separate highlight styles defined in theme CSSes
r1412 }
.post-blink {
background-color: #333;
}