code refactore

git-svn-id: http://piwigo.org/svn/branches/release-1_3@310 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2004-01-21 23:29:57 +00:00
parent 36bf4efe4d
commit 5c5c69f9a0

View file

@ -1,159 +1,162 @@
a { a {
text-decoration : none; text-decoration:none;
} }
a:hover { a:hover {
text-decoration : underline; text-decoration:underline;
} }
a.back { a.back {
color : #ffffff; color:#ffffff;
} }
body { body {
font-family : arial, sans-serif; font-family:arial, sans-serif;
font-size : 12px; font-size:12px;
background-color : #444444; background-color:#444444;
color : #ffffff; color:#ffffff;
margin : 5px; margin:5px;
} }
table , input { table, input {
font-family : arial, sans-serif; font-family:arial, sans-serif;
font-size : 12px; font-size:12px;
} }
.imgLink { .imgLink {
border : 1px solid #ffffff; border:1px solid #ffffff;
} }
.titrePage , .titreMenu , .menu , .info, a { .imgLink:hover {
color : #ffffff; text-decoration:none;
} }
.titreMenu , .menu , .info{ .titrePage, .titreMenu, .menu, .info, a {
margin-bottom : 5px; color:#ffffff;
white-space : nowrap; }
} .titreMenu, .menu, .info {
.menu , .titrePage , .info{ margin-bottom:5px;
margin-left : 2px; white-space:nowrap;
margin-right : 2px; }
} .menu, .titrePage, .info {
.menuInfoCat { margin-left:2px;
font-family : sans-serif; margin-right:2px;
font-size : 11px; }
} .menuInfoCat {
.totalImages { font-family:sans-serif;
text-align : center; font-size:11px;
margin-top : 5px; }
font-family : sans-serif; .totalImages {
font-size : 11px; text-align:center;
} margin-top:5px;
.titreMenu { font-family:sans-serif;
font-weight : 600; font-size:11px;
text-align : center; }
} .titreMenu {
.info{ font-weight:600;
text-align : right; text-align:center;
} }
.titrePage { .info {
white-space : nowrap; text-align:right;
font-weight : 500; }
font-size : 18px; .titrePage {
text-align : center; white-space:nowrap;
} font-weight:500;
.comments , .infoCat , .navigationBar { font-size:18px;
margin-top : 10px; text-align:center;
margin-bottom : 10px; }
} .comments, .infoCat, .navigationBar {
.comments { margin-top:10px;
text-align : justify; margin-bottom:10px;
font-style : italic; }
} .comments {
.navigationBar { text-align:justify;
text-align : center; font-style:italic;
} }
.infoCat { .navigationBar {
text-align : left; text-align:center;
} }
.thumbnail { .infoCat {
font-size : 11px; text-align:left;
text-align : center; }
} .thumbnail {
.copyright { font-size:11px;
font-size : 11px; text-align:center;
text-align : center; }
font-family : sans-serif; .copyright {
letter-spacing : 0.3mm; font-size:11px;
} text-align:center;
.commentImage { font-family:sans-serif;
font-weight : bold; letter-spacing:0.3mm;
text-align : center; }
font-size : 17px; .commentImage {
} font-weight:bold;
.bouton { text-align:center;
background : #eeeeee; font-size:17px;
} }
input { .bouton {
border-color : #000000; background:#eeeeee;
background : #ffffff; }
color : #000000; input {
} border-color:#000000;
table { background:#ffffff;
border-collapse : collapse; color:#000000;
} }
table.thumbnail { table {
border-collapse : separate; border-collapse:collapse;
} }
td { table.thumbnail {
font-family : sans-serif; border-collapse:separate;
padding : 0; }
} td {
.errors { font-family:sans-serif;
text-align : left; padding:0;
margin-top : 5px; }
margin-bottom : 5px; .errors {
background-color : red; text-align:left;
font-weight : bold; margin-top:5px;
border : 1px solid black; margin-bottom:5px;
color : white; background-color:red;
} font-weight:bold;
div.information { border:1px solid black;
text-align : center; color:white;
border : 2px solid #ffffff; }
margin : 10px; div.information {
padding : 5px; text-align:center;
} border:2px solid #ffffff;
.commentsAuthor , .commentsTitle , .commentsInfos , .commentsContent , .commentsNavigationBar { margin:10px;
color : #ffffff; padding:5px;
font-family : arial, sans-Serif; }
font-size : 12px; .commentsAuthor, .commentsTitle, .commentsInfos, .commentsContent, .commentsNavigationBar {
} color:#ffffff;
.commentsTitle , .commentsAuthor { font-family:arial, sans-Serif;
text-align : center; font-size:12px;
font-weight : bold; }
} .commentsTitle, .commentsAuthor {
.commentsInfos { text-align:center;
padding : 3px 3px 3px 10px; font-weight:bold;
font-size : 11px; }
text-align : right; .commentsInfos {
} padding:3px 3px 3px 10px;
.commentsContent { font-size:11px;
margin : 10px; text-align:right;
} }
.commentsTitle { .commentsContent {
margin-top : 15px; margin:10px;
} }
.commentsAuthor { .commentsTitle {
margin : 5px; margin-top:15px;
} }
.commentsNavigationBar { .commentsAuthor {
margin : 10px; margin:5px;
} }
.tableComment { .commentsNavigationBar {
width : 100%; margin:10px;
border : 2px solid #ffffff; }
text-align : left; .tableComment {
padding: 10px; width:100%;
} border:2px solid #ffffff;
.cellAuthor { text-align:left;
border-right : 1px solid #ffffff; padding: 10px;
width : 20%; }
} .cellAuthor {
.cellInfo{ border-right:1px solid #ffffff;
border-bottom : 1px solid #ffffff; width:20%;
} }
.cellInfo {
border-bottom:1px solid #ffffff;
}