Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 478 → Редакция 479

/branches/shower/css/style.css
Новый файл
0,0 → 1,113
/* ant-ng style sheet */
 
.inputbox {
width: 550px;
}
 
.inputbox label {
width: 200px;
display: block;
float: left;
text-align: right;
padding-right: 5px;
}
 
.inputbox input[type="text"] {
width: 320px;
}
 
.inputbox table {
border: 0;
width: 540px;
border-spacing: 0;
border-collapse: collapse;
}
 
td.td-name {
width: 200px;
text-align: right;
padding-right: 5px;
}
 
.inputbox table input {
width: 220px;
}
 
img {
border: 0;
}
 
img#adm-dist-logo {
border: 1px solid #000;
background-color: #fff;
}
 
fieldset {
width: 560px;
border: 2px solid #000;
display: block;
background-color: #dcdcdc;
}
 
fieldset legend {
padding: 2px 5px;
margin: 0;
border: 1px solid #000;
background-color: #fff;
}
 
div#mmenu fieldset {
width: 560px;
border: 3px double #a9a9a9;
display: block;
background-color:#fcfcfc;
}
 
div#mmenu fieldset legend {
padding: 2px 5px;
margin: 0;
border: 1px solid #a9a9a9;
background-color: #fcfcfc;
}
 
.sections, .repository, .inputbox {
padding: 3px 0;
}
 
div#vdist {
margin: 10px 0;
visibility:hidden;
}
 
div#replist {
visibility:hidden;
}
 
div#replist fieldset {
margin: 10px 0;
}
 
div#replist input[type="submit"] {
margin: 0 auto;
display: block;
}
 
div#regform input {
width: 300px;
display: block;
margin: 10px auto;
}
 
div#regform input[type="submit"] {
width: 150px;
}
 
div#rmenu {
width: 250px;
float: right;
}
 
ul.vfix {
margin: 0;
padding-left: 15px;
}
/branches/shower/css/core.css
Новый файл
0,0 → 1,64
body {
text-align: center;
background: #f7f7f7 url(../img/bg.gif);
}
 
h2 {
font: 72pt/72pt Georgia;
text-align: center;
margin: 10px 0 10px 0;
}
 
h3 {
font: 12pt/12pt Georgia;
text-align: center;
margin: 0px 0 35px 0;
}
 
table {
width: 600px;
margin: 0 auto;
border-spacing: 0;
white-space: nowrap;
}
 
table#topmenu {
border: 0px;
}
 
#topmenu td {
border: 0px;
}
 
td {
text-align: center;
padding: 8px 5px;
}
 
div#content, div#mmenu {
width: 600px;
text-align: left;
margin: 0 auto;
}
 
p#host {
margin-top: 50px;
font: 0.6em/1.4em Verdana;
}
 
p#info {
margin-top: 50px;
}
 
p#design {
display: none;
color: #a9a9a9;
}
 
p#design a {
text-decoration: none;
color: #a9a9a9;
}