This commit is contained in:
2019-02-06 00:49:12 +03:00
commit 8dbb1bb605
4796 changed files with 506072 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

View File

@@ -0,0 +1,224 @@
body {
color: #000000;
background: #ffffff url(allbars.gif) repeat-x;
margin: 0; padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
a:link {
color: #00C; background-color: transparent;
}
a:visited {
color: #306; background-color: transparent;
}
a:active {
color: #F60; background-color: transparent;
}
h1 {
font-weight: bold;
color: #036; background-color: transparent;
}
h1 a {
font-weight: normal;
font-size: 80%;
}
h2 {
font-weight: normal;
color: #036; background-color: transparent;
}
h3 {
color: #024; background-color: transparent;
}
.hide {
display: none;
}
hr {
border: 0;
width: 80%;
color: #369; background-color: #369;
height: 2px;
}
table.choices {
margin-left: 1.5em;
margin-right: -1.5em;
margin-top: 1em;
}
table.edged {
border: 2px solid #c5dff9;
}
table.edged td {
border: 1px solid #8fc3f7;;
}
.standout {
text-align: center;
}
.standout .container {
color: #000; background-color: #c5dff9;
border: 1px solid #8fc3f7;
padding: 3px;
/* margin shorthand isn't recognized by IE5/Mac */
margin-top: auto; margin-bottom: auto;
margin-left: auto; margin-right: auto;
width: auto;
text-align: left;
}
.de {
color: #909090; background-color: #ffffff;
}
/* layout */
#Userpic {
position: absolute;
width: 100%; height: 100px;
top: 0px; right: 0;
text-align: right;
}
#Userpic img {
display: inline;
border: 1px solid #FFF;
}
.talk-comment {
margin-top: 1em;
margin-bottom: 0px;
}
#Logo {
position: absolute;
left: 0; top: 0;
width: 100%; height: 68px;
margin: 0; padding: 0;
color: #FFF; background-color:#69C;
}
#Logo img {
border: 0;
}
#Greeting {
position: absolute;
left: 300px; top: 25px; right: 112px;
width: auto; text-align: right;
color: #FFF; background-color: #69C;
font: 12px Arial, Helvetica sans-serif;
}
#Setlang {
position: absolute;
left: 300px; right: 112px; top: 45px;
width: auto; text-align: right;
}
#Setlang a {
color: #FFF; background-color: transparent;
font: 12px Arial, Helvetica sans-serif;
text-decoration: none;
}
#Content {
margin: 120px 80px 0 50px;
padding-bottom: 40px;
padding-top: 15px;
}
/* Fix IE5 Horizontal scroll */
* html div#Content { width: 100%; w\idth: auto; }
#Content pre {
line-height: 1em;
}
.talk-comment {
margin-top: 1px;
margin-bottom: 0px;
}
#Upgrade {
position: absolute;
top: 60px; left: 70px;
font: 11px Arial, Geneva, Helvetica, sans-serif;
}
#Upgrade a {
color: #FFF; background-color: transparent;
font: 11px Arial, Geneva, Helvetica, sans-serif;
border: 0;
}
/* Forms */
#Search {
position: absolute;
left: 300px; top: 103px; right: 40px;
width: auto; height: 20px;
margin: 5px 0 5px 5px; padding: 0; border: 0;
text-align: right;
font: 80% Arial, Geneva, Helvetica, sans-serif;
clear: both;
}
#commenttext { width: 100%; }
/* Navigate */
#NavMenuList {
color: #000; background-color: transparent;
font: 80% Arial, Geneva, Helvetica, sans-serif;
padding: 3px; margin-left: 40px;
}
.NavSubMenuList li {
display: inline;
list-style: none;
}
#NavMenuListTitle {
display: block; margin-left: 40px;
text-decoration: underline;
}
/* Footer */
#FooterNav {
margin: 0px; padding: 0 100px 0 70px;
border: 1px solid #69C;
color: #FFF; background-color: #69C;
clear: both;
}
#FooterNav li {
display: inline;
list-style: none;
color: #FFF; background-color: #69C;
}
#FooterNav a {
color: #FFF; background-color: #69C;
font: 11px Arial, Geneva, Helvetica, sans-serif;
text-decoration: none;
}
#FooterNav a:hover {
color: #000; background-color: #FFF;
}
/* Form Items */
.formitem {
color: #343434;
font-size: 1em;
}
.formnumber {
font-weight: bold;
margin-top: 1.8em;
font-size: .9em;
}
.formitemName {
font-weight: bold;
font-size: .9em;
margin-top: 1.8em;
}
.formitemDesc {
margin-top: .4em;
margin-bottom: .4em;
color: #505050;
}
.formitemNote {
color: #da6320;
font-size: .9em;
margin-top: .4em;
margin-bottom: .4em;
}
.formitemFlag {
color: #CE0000;
font-size: .9em;
margin-top: .4em;
margin-bottom: .4em;
}

View File

@@ -0,0 +1,161 @@
body {
color: #000000;
background: #ffffff url(allbars.gif) repeat-x;
}
a:link {
color: #00C; background-color: transparent;
}
a:visited {
color: #306; background-color: transparent;
}
a:active {
color: #F60; background-color: transparent;
}
h1 {
margin: 0 0 0.5em 0; padding: 0;
}
h2 {
margin: 0.3em 0 0.1em 0; padding: 0;
}
/* h2+p {
margin: 0;
} */
h3 {
font-style: italic;
margin: 0.2em 0 0.2em 0; padding: 0;
}
p {
margin: 0.75em 0;
}
.hide {
display: none;
}
div.centered {
text-align: center;
width: 100%;
}
.lesstop {
margin-top: 2px;
}
.de {
color: #909090; background-color: #ffffff;
}
/* layout */
#Content {
margin: 120px 80px 0 50px;
padding-bottom: 20px;
}
#Content pre {
line-height: 1.1em;
font-size: 1.1em;
}
#Logo {
color: #FFF; background-color: transparent;
}
#Setlang {
position: absolute;
left: auto; right: 50px; top: 43px;
width: auto; height: 20px;
margin: 0; padding: 0; border: 0;
text-align: right; white-space: nowrap;
}
#Setlang a {
font: 11px Arial, Geneva, Helvetica, sans-serif;
color: #FFF; background-color: #69C;
text-decoration: none;
}
#Greeting {
position: absolute;
left: auto; right: 112px; top: 15px;
width: auto; height: 20px;
text-align: right;
color: #FFF; background-color: transparent;
font: 12px Arial, Helvetica sans-serif;
}
#Greeting.nopic {
right: 50px;
}
#Greeting a {
color: #FFF; background-color: #69C;
font-weight: normal;
}
#Greeting a b {
font-weight: normal;
}
#Greeting #Logout {
font: 9px Arial, Geneva, Helvetica, sans-serif;
margin-left: 10px;
}
#Upgrade {
position: absolute;
left: auto;
right: 112px; top: 59px;
width: 180px; height: 20px;
padding-top: 2px;
color: #FFF; background-color: transparent;
font: 11px Arial, sans-serif;
display: block; float: left;
}
#Upgrade a {
padding: 2px 10px 1px 10px;
width: auto; height: 16px;
color: #FFF; background-color: #036;
font: 11px Arial, Geneva, Helvetica, sans-serif;
text-decoration: none;
float: left; white-space: nowrap;
display: block; align: right;
}
#Upgrade a:hover {
color: #000; background-color: #FFF;
}
#Userpic {
display: block;
position: absolute;
left: auto; right: 0; top: 0;
width: 101px; height: 100px;
color: #FFF; background-color: transparent;
text-align: right;
}
#Userpic img {
color: #000; background-color: #FFF;
border: 0;
border-left: 1px solid #FFF;
border-bottom: 1px solid #FFF;
}
#menu-tos {
margin-left: 60px;
}
#FooterNav {
width: 100%; height: 20px;
color: #FFF; background-color: #69C;
margin: 0; padding: 0; border: 0;
clear: both;
}
#FooterNav li {
display: inline;
list-style: none;
}
#FooterNav a {
padding: 3px 10px 1px 10px;
width: auto; height: 16px;
color: #FFF; background-color: transparent;
font: 11px Arial, Geneva, Helvetica, sans-serif;
text-decoration: none;
float: left;
}
#FooterNav a:hover {
color: #000; background-color: #FFF;
}
#Search {
float: left;
position: absolute;
left: auto; right: 40px; top: 103px;
width: auto; height: 20px;
margin: 0; padding: 0; border: 0;
text-align: right;
white-space: nowrap; display: inline;
font: 11px Arial, Geneva, Helvetica, sans-serif;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,4 @@
body, dd, dt, th, td, p, div, li, pre, code, kbd { font-size: small; }
h3 { font-size: medium; }
h2 { font-size: large; }
h1 { font-size: x-large; }

View File

@@ -0,0 +1,4 @@
body, dd, dt, th, td, p, div, li, pre, code, kbd { font-size: x-small; }
h3 { font-size: small; }
h2 { font-size: medium; }
h1 { font-size: large; }