Хранилища Subversion www_nix-files

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

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

/trunk/details-addon.css
Новый файл
0,0 → 1,80
#infocard {
width: 400px;
text-align: left;
padding-left: 130px;
margin: 10px auto;
}
 
.ftp {
background: transparent url(/img/logo/ftp-big.png) top left no-repeat;
}
 
.apt {
background: transparent url(/img/logo/apt-big.png) top left no-repeat;
}
 
.gentoo {
background: transparent url(/img/logo/gentoo-big.png) top left no-repeat;
}
 
.mandriva {
background: transparent url(/img/logo/mandriva-big.png) top left no-repeat;
}
 
.arch {
background: transparent url(/img/logo/arch-big.png) top left no-repeat;
}
 
.alt {
background: transparent url(/img/logo/alt-big.png) top left no-repeat;
}
 
.freebsd {
background: transparent url(/img/logo/freebsd-big.png) top left no-repeat;
}
 
.dicts {
background: transparent url(/img/logo/dicts-big.png) top left no-repeat;
}
 
.mans {
background: transparent url(/img/logo/mans-big.png) top left no-repeat;
}
 
.www {
background: transparent url(/img/logo/www-big.png) top left no-repeat;
}
 
.fail {
background: transparent url(/img/logo/fail-big.png) top left no-repeat;
}
 
#infocard h4 {
font: 20pt/21pt Georgia;
margin: 0;
}
 
#infolink {
margin: 10px auto;
padding: 5px 0;
list-style: none;
border-top: 1px solid #dcdcdc;
}
 
#infolink li {
float: left;
display: block;
margin-left: 5px;
}
 
#infolink li:before {
content: "\2022\0020";
}
 
#infolink li.owner {
margin-left: 0;
}
 
#infolink li.owner:before {
content: "";
}
/trunk/inc/header.htm
7,7 → 7,6
<meta name="verify-v1" content="ZBUJHzjxrbMV7MF6WPLOfr1axcHzJQzurV7DTxU3vDo=">
<meta name='yandex-verification' content='5480f8ea0632ebfe'>
<link rel="stylesheet" type="text/css" href="./nix-files.css">
<link rel="stylesheet" type="text/css" href="http://svn.altlug.ru/idx/nf-patch.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>niX-FILES</title>
</head>
/trunk/nix-files.css
1,3 → 1,5
@import url(./details-addon.css);
 
body {
text-align: center;
}
94,4 → 96,4
p#design a {
text-decoration: none;
color: #a9a9a9;
}
}