Old styles from PunBB 1.2 removed
2156
style/Alltes.css
|
@ -1,199 +0,0 @@
|
|||
#adminconsole .blockform .box {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
#adminconsole fieldset .infldset {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#adminconsole fieldset table {
|
||||
margin-top: -1px;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
#adminconsole fieldset td, #adminconsole fieldset th {
|
||||
padding: 10px 8px 10px 0;
|
||||
text-align: left;
|
||||
white-space: normal;
|
||||
border-style: solid none;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
#punadmin thead th {
|
||||
border-top: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#adminconsole fieldset td span, #adminconsole fieldset th span {
|
||||
display: block; font-size: 1em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#adminconsole fieldset td.location span {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#adminconsole fieldset th {
|
||||
width: 15em;
|
||||
font-weight: normal;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#adminconsole table.aligntop th, #adminconsole table.aligntop td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#adminconsole table.aligntop th div {
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
#adminconsole .inform {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#adminconsole .infldset {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#adminconsole p.submittop {
|
||||
text-align: center;
|
||||
border-bottom-style: dotted;
|
||||
border-bottom-width: 1px;
|
||||
margin: 0 18px;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
#adminconsole p.submitend {
|
||||
text-align: center;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#adminconsole fieldset p {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
#adminconsole .fsetsubmit {
|
||||
padding: 10px 0 12px 0;
|
||||
}
|
||||
|
||||
#categoryedit .tcl {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#censoring .tcl, #censoring .tc2 {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
#edforum .tcl {
|
||||
width: 18%;
|
||||
}
|
||||
|
||||
#edforum .tc2 {
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
#forumperms thead th, #forumperms tbody td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pun .linkst .backlink, .pun .linksb .backlink {
|
||||
padding: 7px 0;
|
||||
}
|
||||
|
||||
#punadmin #users1 h2, #punadmin #users2 h2, #punadmin #bans1 h2 {
|
||||
display: block;
|
||||
left: -9999em;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
text-indent: -9999em;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
#punadmin #users1 th, #punadmin #users2 th, #punadmin #bans1 th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#users2 th, #bans1 th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#users2 th.tcmod {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#users2 .tcl, #bans1 .tcl {
|
||||
width: auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#users2 .tc2, #bans1 .tc2 {
|
||||
width: 18%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#users2 .tc3, #users2 .tc5, #bans1 .tc3, #bans1 .tc5, #bans1 .tc6 {
|
||||
width: 12%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#users2 .tc4, #bans1 .tc4 {
|
||||
width: 10%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#users2 .tcr {
|
||||
width: 20%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#bans1 .tcr {
|
||||
width: 15%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#users2 .tcmod {
|
||||
width: 10%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plugin p {
|
||||
padding: 12px 18px 0;
|
||||
}
|
||||
|
||||
/* Адаптивная верстка
|
||||
----------------------------------------------------------------*/
|
||||
@media only screen and (max-width: 1024px) {
|
||||
#punadmin.pun textarea {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 960px) {
|
||||
#punadmin.pun input[size="50"], #punadmin.pun input[size="45"], #punadmin.pun input[size="40"], #punadmin.pun select[name*="timezone"] {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
#adminconsole fieldset th {
|
||||
width: 10em;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
#punadmin.pun input[size="25"], #punadmin.pun input[size="30"], #punadmin.pun input[size="35"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#punadmin.pun input[size="24"] {
|
||||
width: 9em;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
#punadmin.pun input[size], #punadmin.pun select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 662 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 501 B |
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 640 B |
Before Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 930 B |
Before Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 496 B |
Before Width: | Height: | Size: 786 B |
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
Before Width: | Height: | Size: 1.8 KiB |
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
|
@ -1,75 +0,0 @@
|
|||
.reminder {
|
||||
display: block;
|
||||
position: fixed;
|
||||
border: 2px solid black;
|
||||
visibility: visible;
|
||||
width: 350px;
|
||||
margin-left: -175px;
|
||||
left: 50%;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
* html .reminder {
|
||||
position: absolute;
|
||||
top: expression((100+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
padding: 1px;
|
||||
text-indent: 3px;
|
||||
font: bold 14px Arial, Helvetica, sans-serif;
|
||||
overflow: hidden;
|
||||
width: auto;
|
||||
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.remhandle .remcontrols {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 2px;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
* html .remhandle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
font: 81.25%/1.462em Arial, Helvetica, sans-serif;
|
||||
display: block;
|
||||
border-top: 1px solid #303030;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.remcontent a, .remcontent a:link, .remcontent a:visited {
|
||||
text-decoration: none;
|
||||
color: #BAC7F2;
|
||||
}
|
||||
|
||||
.remcontent a:hover, .remcontent a:active, .remcontent a:focus {
|
||||
text-decoration: underline;
|
||||
color: #99abe9;
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
background-color: #303030;
|
||||
color: #D4D4D4;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
background-color: #202020;
|
||||
color: #D4D4D4;
|
||||
}
|
||||
|
||||
#brdmenu ul span.remflasher, #adminconsole fieldset td span.remflasher {
|
||||
background: url(../../img/flasher.gif) right 65% no-repeat;
|
||||
display: inline-block;
|
||||
line-height: normal;
|
||||
margin-left: 1px;
|
||||
padding-right: 18px;
|
||||
}
|
1333
style/Cobalt.css
Before Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 183 B |
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
|
@ -1,57 +0,0 @@
|
|||
/***************************
|
||||
New Private Messaging System
|
||||
***************************/
|
||||
|
||||
#punpmsnew .pagepost {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable .inbox, #punpmsnew .block2col .blockpost .inbox {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #posterror, #punpmsnew .block2col #postform {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #infono {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col .pagepost {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col #quickpost {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn {
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 3px;
|
||||
border-color: #e99;
|
||||
margin: 0.75em 1em 0em 2em;
|
||||
padding: 0 0.75em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn:before {
|
||||
content: "!";
|
||||
position: absolute;
|
||||
margin-left: -2em;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
color: #e99;
|
||||
}
|
||||
|
||||
#punpmsnew .tce {
|
||||
width: 20px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#punpmsnew .tce input {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
|
@ -1,74 +0,0 @@
|
|||
.reminder {
|
||||
display: block;
|
||||
position: fixed;
|
||||
border: 2px solid black;
|
||||
visibility: visible;
|
||||
width: 350px;
|
||||
margin-left: -175px;
|
||||
left: 50%;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
* html .reminder {
|
||||
position: absolute;
|
||||
top: expression((100+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
padding: 1px;
|
||||
text-indent: 3px;
|
||||
font: bold 14px Verdana, Helvetica, Arial, sans-serif;
|
||||
overflow: hidden;
|
||||
width: auto;
|
||||
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.remhandle .remcontrols {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 2px;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
* html .remhandle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif;
|
||||
display: block;
|
||||
border-top: 1px solid #565656;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.remcontent a:link, .remcontent a:visited {
|
||||
color: #60a0dc;
|
||||
|
||||
}
|
||||
|
||||
.remcontent a:hover, .remcontent a:active, .remcontent a:focus {
|
||||
color: #80d6ff;
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
background-color: #565656;
|
||||
color: #D4D4D4;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
background-color: #383838;
|
||||
color: #D4D4D4;
|
||||
}
|
||||
|
||||
#brdmenu ul span.remflasher, #adminconsole fieldset td span.remflasher {
|
||||
background: url(../../img/flasher.gif) right 65% no-repeat;
|
||||
display: inline-block;
|
||||
line-height: normal;
|
||||
margin-left: 1px;
|
||||
padding-right: 18px;
|
||||
}
|
1332
style/Lithium.css
Before Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 183 B |
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
|
@ -1,57 +0,0 @@
|
|||
/***************************
|
||||
New Private Messaging System
|
||||
***************************/
|
||||
|
||||
#punpmsnew .pagepost {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable .inbox, #punpmsnew .block2col .blockpost .inbox {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #posterror, #punpmsnew .block2col #postform {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #infono {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col .pagepost {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col #quickpost {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn {
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 3px;
|
||||
border-color: #e99;
|
||||
margin: 0.75em 1em 0em 2em;
|
||||
padding: 0 0.75em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn:before {
|
||||
content: "!";
|
||||
position: absolute;
|
||||
margin-left: -2em;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
color: #e99;
|
||||
}
|
||||
|
||||
#punpmsnew .tce {
|
||||
width: 20px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#punpmsnew .tce input {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
|
@ -1,74 +0,0 @@
|
|||
.reminder {
|
||||
display: block;
|
||||
position: fixed;
|
||||
border: 2px solid black;
|
||||
visibility: visible;
|
||||
width: 350px;
|
||||
margin-left: -175px;
|
||||
left: 50%;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
* html .reminder {
|
||||
position: absolute;
|
||||
top: expression((100+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
padding: 1px;
|
||||
text-indent: 3px;
|
||||
font: bold 14px Verdana, Helvetica, Arial, sans-serif;
|
||||
overflow: hidden;
|
||||
width: auto;
|
||||
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.remhandle .remcontrols {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 2px;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
* html .remhandle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif;
|
||||
display: block;
|
||||
border-top: 1px solid #6C8A3F;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.remcontent a:link, .remcontent a:visited {
|
||||
color: #638137;
|
||||
|
||||
}
|
||||
|
||||
.remcontent a:hover, .remcontent a:active, .remcontent a:focus {
|
||||
color: #8EB653;
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
background-color: #6C8A3F;
|
||||
color: #D4D4D4;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
background-color: #F1F1F1;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
#brdmenu ul span.remflasher, #adminconsole fieldset td span.remflasher {
|
||||
background: url(../../img/flasher.gif) right 65% no-repeat;
|
||||
display: inline-block;
|
||||
line-height: normal;
|
||||
margin-left: 1px;
|
||||
padding-right: 18px;
|
||||
}
|
1333
style/Mercury.css
Before Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 183 B |
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
|
@ -1,57 +0,0 @@
|
|||
/***************************
|
||||
New Private Messaging System
|
||||
***************************/
|
||||
|
||||
#punpmsnew .pagepost {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable .inbox, #punpmsnew .block2col .blockpost .inbox {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #posterror, #punpmsnew .block2col #postform {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #infono {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col .pagepost {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col #quickpost {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn {
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 3px;
|
||||
border-color: #e99;
|
||||
margin: 0.75em 1em 0em 2em;
|
||||
padding: 0 0.75em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn:before {
|
||||
content: "!";
|
||||
position: absolute;
|
||||
margin-left: -2em;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
color: #e99;
|
||||
}
|
||||
|
||||
#punpmsnew .tce {
|
||||
width: 20px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#punpmsnew .tce input {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
|
@ -1,74 +0,0 @@
|
|||
.reminder {
|
||||
display: block;
|
||||
position: fixed;
|
||||
border: 2px solid black;
|
||||
visibility: visible;
|
||||
width: 350px;
|
||||
margin-left: -175px;
|
||||
left: 50%;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
* html .reminder {
|
||||
position: absolute;
|
||||
top: expression((100+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
padding: 1px;
|
||||
text-indent: 3px;
|
||||
font: bold 14px Verdana, Helvetica, Arial, sans-serif;
|
||||
overflow: hidden;
|
||||
width: auto;
|
||||
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.remhandle .remcontrols {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 2px;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
* html .remhandle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif;
|
||||
display: block;
|
||||
border-top: 1px solid #565656;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.remcontent a:link, .remcontent a:visited {
|
||||
color: #F6B620;
|
||||
|
||||
}
|
||||
|
||||
.remcontent a:hover, .remcontent a:active, .remcontent a:focus {
|
||||
color: #FFEE40;
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
background-color: #565656;
|
||||
color: #D4D4D4;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
background-color: #383838;
|
||||
color: #D4D4D4;
|
||||
}
|
||||
|
||||
#brdmenu ul span.remflasher, #adminconsole fieldset td span.remflasher {
|
||||
background: url(../../img/flasher.gif) right 65% no-repeat;
|
||||
display: inline-block;
|
||||
line-height: normal;
|
||||
margin-left: 1px;
|
||||
padding-right: 18px;
|
||||
}
|
1333
style/Oxygen.css
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
|
@ -1,57 +0,0 @@
|
|||
/***************************
|
||||
New Private Messaging System
|
||||
***************************/
|
||||
|
||||
#punpmsnew .pagepost {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable .inbox, #punpmsnew .block2col .blockpost .inbox {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #posterror, #punpmsnew .block2col #postform {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #infono {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col .pagepost {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col #quickpost {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn {
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 3px;
|
||||
border-color: #e99;
|
||||
margin: 0.75em 1em 0em 2em;
|
||||
padding: 0 0.75em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn:before {
|
||||
content: "!";
|
||||
position: absolute;
|
||||
margin-left: -2em;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
color: #e99;
|
||||
}
|
||||
|
||||
#punpmsnew .tce {
|
||||
width: 20px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#punpmsnew .tce input {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
|
@ -1,74 +0,0 @@
|
|||
.reminder {
|
||||
display: block;
|
||||
position: fixed;
|
||||
border: 2px solid black;
|
||||
visibility: visible;
|
||||
width: 350px;
|
||||
margin-left: -175px;
|
||||
left: 50%;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
* html .reminder {
|
||||
position: absolute;
|
||||
top: expression((100+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
padding: 1px;
|
||||
text-indent: 3px;
|
||||
font: bold 14px Verdana, Helvetica, Arial, sans-serif;
|
||||
overflow: hidden;
|
||||
width: auto;
|
||||
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.remhandle .remcontrols {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 2px;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
* html .remhandle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif;
|
||||
display: block;
|
||||
border-top: 1px solid #0066B9;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.remcontent a:link, .remcontent a:visited {
|
||||
color: #005CB1;
|
||||
|
||||
}
|
||||
|
||||
.remcontent a:hover, .remcontent a:active, .remcontent a:focus {
|
||||
color: #B42000;
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
background-color: #0066B9;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
background-color: #F1F1F1;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
#brdmenu ul span.remflasher, #adminconsole fieldset td span.remflasher {
|
||||
background: url(../../img/flasher.gif) right 65% no-repeat;
|
||||
display: inline-block;
|
||||
line-height: normal;
|
||||
margin-left: 1px;
|
||||
padding-right: 18px;
|
||||
}
|
1333
style/Radium.css
Before Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 183 B |
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
|
@ -1,57 +0,0 @@
|
|||
/***************************
|
||||
New Private Messaging System
|
||||
***************************/
|
||||
|
||||
#punpmsnew .pagepost {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable .inbox, #punpmsnew .block2col .blockpost .inbox {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #posterror, #punpmsnew .block2col #postform {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #infono {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col .pagepost {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col #quickpost {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn {
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 3px;
|
||||
border-color: #e99;
|
||||
margin: 0.75em 1em 0em 2em;
|
||||
padding: 0 0.75em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn:before {
|
||||
content: "!";
|
||||
position: absolute;
|
||||
margin-left: -2em;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
color: #e99;
|
||||
}
|
||||
|
||||
#punpmsnew .tce {
|
||||
width: 20px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#punpmsnew .tce input {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
|
@ -1,74 +0,0 @@
|
|||
.reminder {
|
||||
display: block;
|
||||
position: fixed;
|
||||
border: 2px solid black;
|
||||
visibility: visible;
|
||||
width: 350px;
|
||||
margin-left: -175px;
|
||||
left: 50%;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
* html .reminder {
|
||||
position: absolute;
|
||||
top: expression((100+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
padding: 1px;
|
||||
text-indent: 3px;
|
||||
font: bold 14px Verdana, Helvetica, Arial, sans-serif;
|
||||
overflow: hidden;
|
||||
width: auto;
|
||||
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.remhandle .remcontrols {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 2px;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
* html .remhandle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif;
|
||||
display: block;
|
||||
border-top: 1px solid #565656;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.remcontent a:link, .remcontent a:visited {
|
||||
color: #60C860;
|
||||
|
||||
}
|
||||
|
||||
.remcontent a:hover, .remcontent a:active, .remcontent a:focus {
|
||||
color: #80EE80;
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
background-color: #565656;
|
||||
color: #D4D4D4;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
background-color: #383838;
|
||||
color: #D4D4D4;
|
||||
}
|
||||
|
||||
#brdmenu ul span.remflasher, #adminconsole fieldset td span.remflasher {
|
||||
background: url(../../img/flasher.gif) right 65% no-repeat;
|
||||
display: inline-block;
|
||||
line-height: normal;
|
||||
margin-left: 1px;
|
||||
padding-right: 18px;
|
||||
}
|
1332
style/Sulfur.css
Before Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 183 B |
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
|
@ -1,57 +0,0 @@
|
|||
/***************************
|
||||
New Private Messaging System
|
||||
***************************/
|
||||
|
||||
#punpmsnew .pagepost {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable .inbox, #punpmsnew .block2col .blockpost .inbox {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #posterror, #punpmsnew .block2col #postform {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #infono {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col .pagepost {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col #quickpost {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn {
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 3px;
|
||||
border-color: #e99;
|
||||
margin: 0.75em 1em 0em 2em;
|
||||
padding: 0 0.75em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn:before {
|
||||
content: "!";
|
||||
position: absolute;
|
||||
margin-left: -2em;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
color: #e99;
|
||||
}
|
||||
|
||||
#punpmsnew .tce {
|
||||
width: 20px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#punpmsnew .tce input {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
|
@ -1,74 +0,0 @@
|
|||
.reminder {
|
||||
display: block;
|
||||
position: fixed;
|
||||
border: 2px solid black;
|
||||
visibility: visible;
|
||||
width: 350px;
|
||||
margin-left: -175px;
|
||||
left: 50%;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
* html .reminder {
|
||||
position: absolute;
|
||||
top: expression((100+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
padding: 1px;
|
||||
text-indent: 3px;
|
||||
font: bold 14px Verdana, Helvetica, Arial, sans-serif;
|
||||
overflow: hidden;
|
||||
width: auto;
|
||||
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.remhandle .remcontrols {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 2px;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
* html .remhandle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif;
|
||||
display: block;
|
||||
border-top: 1px solid #B84623;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.remcontent a:link, .remcontent a:visited {
|
||||
color: #822100;
|
||||
|
||||
}
|
||||
|
||||
.remcontent a:hover, .remcontent a:active, .remcontent a:focus {
|
||||
color: #CA3300;
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
background-color: #B84623;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
background-color: #F1F1F1;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
#brdmenu ul span.remflasher, #adminconsole fieldset td span.remflasher {
|
||||
background: url(../../img/flasher.gif) right 65% no-repeat;
|
||||
display: inline-block;
|
||||
line-height: normal;
|
||||
margin-left: 1px;
|
||||
padding-right: 18px;
|
||||
}
|
1552
style/Technetium.css
Before Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 439 B |
Before Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 265 B |
|
@ -1 +0,0 @@
|
|||
<html><head><title>.</title></head><body>.</body></html>
|
Before Width: | Height: | Size: 117 B |
Before Width: | Height: | Size: 120 B |
|
@ -1,63 +0,0 @@
|
|||
/***************************
|
||||
New Private Messaging System
|
||||
***************************/
|
||||
|
||||
#punpmsnew .pagepost {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .postlink {
|
||||
position: relative;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col .blocktable .inbox, #punpmsnew .block2col .blockpost .inbox {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #posterror, #punpmsnew .block2col #postform {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#punpmsnew .block2col #infono {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col .pagepost {
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
* html #punpmsnew .block2col #quickpost {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn {
|
||||
border-style: solid;
|
||||
border-width: 0 0 0 3px;
|
||||
border-color: #e99;
|
||||
margin: 0.75em 1em 0em 2em;
|
||||
padding: 0 0.75em;
|
||||
}
|
||||
|
||||
#punpmsnew .psmnwarn:before {
|
||||
content: "!";
|
||||
position: absolute;
|
||||
margin-left: -2em;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
color: #e99;
|
||||
}
|
||||
|
||||
#punpmsnew .tce {
|
||||
width: 20px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#punpmsnew .tce input {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
|
@ -1,75 +0,0 @@
|
|||
.reminder {
|
||||
display: block;
|
||||
position: fixed;
|
||||
border: 2px solid black;
|
||||
visibility: visible;
|
||||
width: 350px;
|
||||
margin-left: -175px;
|
||||
left: 50%;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
* html .reminder {
|
||||
position: absolute;
|
||||
top: expression((100+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
padding: 1px;
|
||||
text-indent: 3px;
|
||||
font: bold 14px Georgia, Times, "Times New Roman", serif;
|
||||
overflow: hidden;
|
||||
width: auto;
|
||||
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.remhandle .remcontrols {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 2px;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
* html .remhandle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
font: 10pt Georgia, Times, "Times New Roman", serif;
|
||||
display: block;
|
||||
border-top: 1px solid #C5D8EB;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.remcontent a, .remcontent a:link, .remcontent a:visited {
|
||||
text-decoration: none;
|
||||
color: #1F537B;
|
||||
}
|
||||
|
||||
.remcontent a:hover, .remcontent a:active, .remcontent a:focus {
|
||||
text-decoration: none;
|
||||
color: #9E1D00;
|
||||
}
|
||||
|
||||
.remhandle {
|
||||
background-color: #C5D8EB;
|
||||
color: #122434;
|
||||
}
|
||||
|
||||
.remcontent {
|
||||
background-color: #FBFCFD;
|
||||
color: #122434;
|
||||
}
|
||||
|
||||
#brdmenu ul span.remflasher, #adminconsole fieldset td span.remflasher {
|
||||
background: url(../../img/flasher.gif) right 65% no-repeat;
|
||||
display: inline-block;
|
||||
line-height: normal;
|
||||
margin-left: 1px;
|
||||
padding-right: 18px;
|
||||
}
|