mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
71 lines
1 KiB
Smarty
71 lines
1 KiB
Smarty
/* page */
|
|
body {
|
|
color:#111;
|
|
}
|
|
|
|
html, body, #bodyTable {
|
|
background:#fff;
|
|
}
|
|
#contentTable {
|
|
width:600px;
|
|
}
|
|
|
|
/* main block */
|
|
#header {
|
|
background:#eee;
|
|
background-image:radial-gradient(ellipse at center, #fefefe, #e5e5e5);
|
|
border-top:4px solid #f70;
|
|
text-align:center;
|
|
text-shadow:1px 1px 0px #fff;
|
|
}
|
|
#header #subtitle {
|
|
color:#e06900;
|
|
}
|
|
#content {
|
|
background:#fefefe;
|
|
border-width:1px;
|
|
border-style:solid;
|
|
border-color:#ddd #eee;
|
|
box-shadow:inset 0 0 20px #eee;
|
|
}
|
|
#footer {
|
|
background:#eee;
|
|
border-bottom:2px solid #f70;
|
|
}
|
|
|
|
/* links */
|
|
a {
|
|
color:#f70;
|
|
text-decoration:none;
|
|
}
|
|
a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
|
|
/* images */
|
|
img.photo {
|
|
border:10px solid #ddd;
|
|
}
|
|
img.photo:hover {
|
|
border-color:#eee;
|
|
}
|
|
|
|
/* paragraphs */
|
|
blockquote {
|
|
border-left:2px solid #aaa;
|
|
border-radius:2px;
|
|
}
|
|
|
|
/* tables */
|
|
#content table td {
|
|
border-bottom:1px solid #efefef;
|
|
}
|
|
#content table th {
|
|
background:#aaa;
|
|
color:#fff;
|
|
border-right:1px solid #ddd;
|
|
}
|
|
#content table tfoot td {
|
|
background:#eee;
|
|
border-right:1px solid #fff;
|
|
}
|