added static dir

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@581 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2010-02-14 14:28:43 +00:00
parent 4aae12fc63
commit c58031cbf4
4 changed files with 651 additions and 0 deletions

BIN
static/layout1/a1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

BIN
static/layout1/a2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

BIN
static/layout1/b.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

651
static/layout1/winix.css Executable file
View File

@ -0,0 +1,651 @@
* {
margin: 0;
border: 0;
padding: 0;
}
html, body {
background: #DEDEDE;
color: #626262;
font-size: 14px;
font-family: Verdana, Tahoma, Arial CE;
}
body.white {
background: white;
height: 100%;
}
#container {
width: 909px;
margin: 10px auto 33px auto;
background: white url('/images/a2.gif') repeat-y right top;
}
#containerfull {
background: white;
padding: 2em;
overflow: hidden;
}
#contentleft {
margin: 20px 30px 0 50px;
width: 150px;
float: left;
}
* html #contentleft {
margin-left: 25px;
}
#contentleft h2 {
margin-top: 0;
}
#contentleft h2.next {
margin-top: 1.2em;
}
.menu {
list-style-type: none;
margin: 0;
}
.menu li {
width: 150px;
padding: 0 10px 2px 0;
}
.menu li a {
text-decoration: none;
color: #666666;
}
.menu li a:hover, .menu li a:focus {
text-decoration: none;
background: black;
color: white;
}
#contentright {
min-height: 400px;
width: 600px;
float: left;
margin: 20px 0 40px 0;
padding-right: 30px;
}
* html #contentright {
height: 400px;
}
#contentfull {
min-height: 400px;
width: 840px;
margin: 20px 0 40px 0;
padding: 30px;
}
* html #contentfull {
height: 400px;
}
#header {
height: 130px;
background: url('/images/a1.gif') no-repeat right top;
overflow: hidden;
}
#header #logo {
display: block;
float: left;
width: 320px;
padding: 85px 0 0 0;
height: 0;
overflow: hidden;
background: url('/images/slimaczek.gif') no-repeat left top;
margin: 18px 0 0 28px;
}
* html #header #logo {
margin-left: 14px;
}
#header #logo:focus {
border-bottom: 2px solid black;
}
#loguj {
width: 280px;
float: right;
margin-top: 20px;
}
#loguj legend {
width: 0;
height: 0;
overflow: hidden;
display: none;
}
#loguj .edit {
border: #848484 1px solid;
width: 100px;
font-size: 0.9em;
}
#loguj .submit {
background: white;
font-size: 0.9em;
}
#loguj p {
font-size: 0.8em;
margin: 0.6em 0 0.6em 0;
}
#loguj .remember {
margin: 0 0.5em 0 0;
}
#zalogowany {
width: 280px;
float: right;
margin-top: 20px;
font-size: 0.8em;
text-align: right;
padding-right: 2em;
}
#current_dir {
float: left;
list-style-type: none;
margin: 73px 0 0 0;
}
#current_dir li {
display: block;
float: left;
}
#current_dir a{
text-decoration: none;
color: #666666;
font-size: 0.8em;
}
#current_dir a:focus, #current_dir a:hover {
color: white;
background: black;
}
#footer {
clear: both;
height: 40px;
background: url('/images/b.gif') no-repeat left bottom;
}
#menu2 {
font-size: 0.8em;
list-style-type: none;
margin: 0 auto 0 auto;
display: block;
text-align: center;
}
#menu2 li {
display: inline;
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid #626262;
}
#menu2 li.last {
margin-right: 0;
padding-right: 0;
border-right: none;
}
#menu2 li a {
text-decoration: none;
color: #666666;
}
#menu2 li a:hover, #menu2 li a:focus {
text-decoration: none;
color: white;
background: black;
}
p.iteminfo {
font-size: 0.7em;
color: #AAAAAA;
margin: 0.4em 0 1.8em 0;
}
p.itemtabinfo {
font-size: 0.7em;
color: #AAAAAA;
margin: 0 0 1em 0;
padding: 0.5em 0 0 0;
}
p.itemtabinfo2 {
font-size: 0.7em;
color: #AAAAAA;
margin: 0 0 1em 0;
padding: 1.5em 0 0 0;
}
/* ---------------------------------------------------------- */
h1 {
font-size: 1.8em;
margin: 0 0 1em 0;
color: #FF8700;
font-weight: normal;
}
h1.withinfo {
margin: 0 0 0 0;
}
h1.next {
margin-top: 1.2em;
}
h2 {
font-size: 1.2em;
margin: 1.2em 0 0.8em 0;
color: #FF8700;
font-weight: normal;
}
h2.withinfo {
margin: 1.2em 0 0.2em 0;
}
a {
color: #065A8B;
text-decoration: none;
}
a:hover, a:focus {
background: #065A8B;
color: white;
text-decoration: none;
}
p {
margin: 1em 0 1em 0;
line-height: 1.5em;
}
p.withnext {
margin: 1em 0 0 0;
}
.error {
color: red;
font-weight: bold;
}
cite {
font-style: normal;
}
ul {
line-height: 1.49em;
list-style-type: none;
}
ul.a li {
margin: 0.7em 0 0.7em 2em;
list-style-type: disc;
}
ol {
margin-left: 2.5em;
}
ol.transmitowane {
}
dt {
margin: 1em 0 0 0;
font-weight: bold;
}
dd {
margin: 0 0 1em 0;
}
#additem {
}
form legend {
display: none;
}
#additem legend {
margin: 0.5em 0 0.5em 0;
}
#additem .edit {
margin: 0.3em 0 0.3em 0;
padding: 0.2em;
border: 1px solid #dedede;
display: block;
width: 530px;
}
#additem select {
border: 1px solid #dedede;
width: 100px;
margin: 0.3em 0 0.3em 0;
}
#additem select.contenttype {
border: 1px solid #dedede;
width: 150px;
margin: 0.3em 0 0.3em 0;
}
#additem .privileges {
margin: 0.5em 0 0.5em 0;
border: 1px solid #dedede;
display: block;
width: 100px;
}
#additem .multitext {
margin: 0.5em 0 0.5em 0;
border: 1px solid #dedede;
display: block;
width: 530px;
}
#additem .submit {
margin: 1.5em 0 0.5em 0;
border: 1px solid black;
display: block;
width: 10em;
padding: 0.2em;
}
table {
margin: 0.5em 0 1em 0;
border-collapse: collapse;
}
table tr th {
border: 1px solid #CCCCCC;
padding: 0.3em 1em 0.3em 1em;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
table tr td {
border: 1px solid #CCCCCC;
padding: 0.3em 1em 0.3em 1em;
font-weight: normal;
text-align: left;
}
table.server tr td, table.server tr th {
font-size: 0.8em;
}
table.server tr th.name {
text-align: left;
}
table.nick {
background: #A4ACAC;
color: white;
border: 0;
}
table.nick tr th, table.nick tr td {
border: 0;
font-size: 1em;
}
table.who {
font-size: 0.8em;
}
.k0 {
color: black;
}
.k1 {
color: red;
}
.k2 {
color: green;
}
.k3 {
color: yellow;
}
.k4 {
color: blue;
}
.k5 {
color: #00A6EB;
}
.k6 {
color: purple;
}
.k7 {
color: white;
}
.k8 {
color: black;
}
.k9 {
color: red;
}
table.withoutborder td {
border: 0;
padding: 0 1em 0 0;
}
div.itemoptions {
clear: both;
border-top: 1px solid #D1D1E1;
padding: 1em;
margin: 5em 0 1em 0;
}
div.itemoptions h2 {
margin-top: 0;
font-size: 1.1em;
}
ul.itemmenu {
overflow: hidden;
margin: 1em 0 2em 0;
display: block;
}
/* ie6 has some problems */
* html ul.itemmenu {
overflow: visible;
height: 1em;
}
ul.itemmenu li {
display: block;
margin-right: 2em;
font-size: 0.8em;
}
table.tvprogram {
font-size: 0.8em;
border: 1px solid #D1D1E1;
}
table.tvprogram td {
border: 1px solid #D1D1E1;
}
td.tvdzien {
white-space: nowrap;
}
tr.tvprogramrowcol {
background: #F3F3FF;
}
em {
font-style: normal;
font-weight: bold;
}
div.threadbox {
padding: 0.2em 1em 1em 1em;
}
div.threadboxcolor {
background: #F4F4F4;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
table.forum {
border: 1px solid #D1D1E1;
}
table.forum th {
border: 1px solid #D1D1E1;
}
table.forum td {
border: 1px solid #D1D1E1;
}
.smallfont {
font-size: 0.7em;
}
table.ticket {
margin: 1em 0 1em 0;
}
table.ticket th {
text-align: left;
font-weight: normal;
padding: 0 1em 0 0;
}
table.ticket th, table.ticket td {
border: 0;
}
table.ticket input {
margin: 0.3em 0 0.3em 0;
padding: 0.2em;
border: 1px solid #dedede;
display: block;
width: 100px;
}
div.ticketinfo {
background: #FFFED5;
padding: 2em;
border: 1px dotted #AFAFAF;
}
div.ticketinfo table {
}
div.ticketinfo table th {
text-align: left;
border: 0;
padding: 0 1em 0 0;
}
div.ticketinfo table td {
border: 0;
}
div.ticketinfo p.edit {
font-size: 0.8em;
text-align: right;
float: right;
}
form#login legend {
display: none;
}
form#login input {
margin: 0.3em 0 0.3em 0;
padding: 0.2em;
border: 1px solid #dedede;
display: block;
width: 200px;
}
form#login input.remember {
width: 1.5em;
display: inline;
}
form#login input.submit {
width: 100px;
margin: 1.5em 0 1em 0;
}
ul.ls_browse li {
display: block;
float: left;
margin: 10px;
list-style-type: none;
}