
- removed 2 unused rules from public content.css - index.php improvement (as in picture) - the log is done after sending first output to client git-svn-id: http://piwigo.org/svn/trunk@2699 68402e56-0260-453c-a942-63ccdbb3a9ee
198 lines
3.3 KiB
CSS
198 lines
3.3 KiB
CSS
/* $Id$ */
|
|
.content {
|
|
margin-right: 1em;
|
|
margin-bottom: 1em; /* when it's longer than menu bar */
|
|
}
|
|
|
|
BODY#theCommentsPage .content,
|
|
BODY#theUploadPage .content,
|
|
BODY#theRegisterPage .content,
|
|
BODY#theIdentificationPage .content,
|
|
BODY#theProfilePage .content,
|
|
BODY#theSearchPage .content,
|
|
BODY#theAboutPage .content,
|
|
BODY#thePopuphelpPage .content,
|
|
BODY#thePasswordPage .content,
|
|
BODY#theNotificationPage .content,
|
|
BODY#theTagsPage .content,
|
|
BODY#theNBMPage .content
|
|
{
|
|
margin: 1em;
|
|
}
|
|
|
|
.content H2 { margin-bottom: 3px;} /*<- for IE otherwise calendar select is displaced to middle of page*/
|
|
|
|
.content .navigationBar, .content .additional_info, .content .calendarBar {
|
|
margin: 8px 4px;
|
|
text-align: center;
|
|
}
|
|
|
|
.content .pageNumberSelected {
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content .additional_info {
|
|
font-size: 110%;
|
|
}
|
|
|
|
|
|
/* actions */
|
|
UL.categoryActions {
|
|
margin: 0 2px;
|
|
width: auto;
|
|
padding: 0;
|
|
text-indent: 0;
|
|
list-style: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.content DIV.titrePage UL.categoryActions {
|
|
float: right;
|
|
text-align: center;
|
|
}
|
|
|
|
.content DIV.titrePage {
|
|
padding: 0 0 3px;
|
|
}
|
|
|
|
.content UL.categoryActions LI {
|
|
display: inline;
|
|
}
|
|
|
|
.content UL.categoryActions A IMG, UL.categoryActions A {
|
|
border: none;
|
|
margin-bottom: -5px;
|
|
}
|
|
|
|
/* begin chronology/calendar elements*/
|
|
.content DIV.calendarViews {
|
|
display: block;
|
|
float: right;
|
|
margin: 2px 0 0;
|
|
}
|
|
|
|
SPAN.calItem, SPAN.calItemEmpty {
|
|
font-weight: bold;
|
|
margin: 0 1px;
|
|
}
|
|
|
|
SPAN.calItem A { border:0 }
|
|
|
|
.content DIV.calendarCalBar {
|
|
margin: 10px 10px;
|
|
text-align: left;
|
|
}
|
|
|
|
SPAN.calCalHead {
|
|
font-weight: bold;
|
|
font-size: 110%;
|
|
margin: 0 2px;
|
|
}
|
|
|
|
SPAN.calCal { margin: 0 2px; }
|
|
|
|
/* nice looking month calendar*/
|
|
TABLE.calMonth {
|
|
border: none;
|
|
border-collapse: collapse;
|
|
margin-bottom: 10px; /*<-IE ignores this */
|
|
}
|
|
|
|
TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank {
|
|
vertical-align: top;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
|
|
TD.calDayHead {
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
DIV.calImg {
|
|
overflow: hidden;
|
|
vertical-align: bottom;
|
|
z-index: 1;
|
|
position: relative; /*<- this required by IE*/
|
|
}
|
|
|
|
.calImg img {
|
|
position: relative;
|
|
border: 0;
|
|
}
|
|
|
|
.calBackDate {
|
|
padding-left: 4px;
|
|
padding-top: 0px;
|
|
z-index: 2;
|
|
position: absolute;
|
|
vertical-align: top;
|
|
color: #000;
|
|
}
|
|
|
|
.calForeDate {
|
|
padding-left: 5px;
|
|
padding-top: 1px;
|
|
z-index: 3;
|
|
position: absolute;
|
|
vertical-align: top;
|
|
color: #fff;
|
|
}
|
|
|
|
/* Category thumbnails on main page, CSS code inspired from MOD subcatify */
|
|
.content UL.thumbnailCategories {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.content UL.thumbnailCategories LI {
|
|
margin:0;
|
|
padding:0;
|
|
float:left;
|
|
}
|
|
|
|
.content DIV.thumbnailCategory {
|
|
display:block;
|
|
padding: 2px 0px 0px 2px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.content DIV.thumbnailCategory DIV.description {
|
|
font-size: 90%;
|
|
overflow: auto;
|
|
/*width: inherit;*/
|
|
}
|
|
|
|
.content DIV.thumbnailCategory DIV.description H3 {
|
|
text-align: left;
|
|
background: transparent;
|
|
margin: 0;
|
|
padding: 0.1em;
|
|
font-size: 120%;
|
|
}
|
|
|
|
.content DIV.thumbnailCategory DIV.description P {
|
|
margin: 0;
|
|
}
|
|
|
|
.content DIV.thumbnailCategory DIV.illustration {
|
|
text-align: left;
|
|
margin: 2px 0 0 2px;
|
|
float: left;
|
|
}
|
|
|
|
|
|
/* User comments */
|
|
DIV#comments {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
DIV#comments DIV.description {
|
|
font-size: 100%;
|
|
}
|