source: trunk/template/yoga/content.css @ 4754

Last change on this file since 4754 was 3283, checked in by plg, 16 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 3.3 KB
RevLine 
[2352]1.content {
[2480]2        margin-right: 1em;
3        margin-bottom: 1em; /* when it's longer than menu bar */
[859]4}
5
[2352]6BODY#theCommentsPage .content,
7BODY#theUploadPage .content,
8BODY#theRegisterPage .content,
9BODY#theIdentificationPage .content,
10BODY#theProfilePage .content,
11BODY#theSearchPage .content,
12BODY#theAboutPage .content,
13BODY#thePopuphelpPage .content,
14BODY#thePasswordPage .content,
15BODY#theNotificationPage .content,
16BODY#theTagsPage .content,
17BODY#theNBMPage .content
[859]18{
[2480]19        margin: 1em;
[859]20}
21
[2352]22.content H2 { margin-bottom: 3px;} /*<- for IE otherwise calendar select is displaced to middle of page*/
[1069]23
[2480]24.content .navigationBar, .content .additional_info, .content .calendarBar {
25        margin: 8px 4px;
26        text-align: center;
[859]27}
28
[2352]29.content .pageNumberSelected {
[2101]30        font-style: italic;
31        font-weight: bold;
[859]32}
33
[2352]34.content .additional_info {
[2480]35        font-size: 110%;
[859]36}
37
38
39/* actions */
[981]40UL.categoryActions {
[2480]41        margin: 0 2px;
42        width: auto;
43        padding: 0;
44        text-indent: 0;
45        list-style: none;
46        text-align: center;
[859]47}
48
[2352]49.content DIV.titrePage UL.categoryActions {
[2480]50        float: right;
51        text-align: center;
[859]52}
53
[2352]54.content DIV.titrePage {
[2480]55        padding: 0 0 3px;
[1069]56}
57
[2352]58.content UL.categoryActions LI {
[2480]59        display: inline;
[859]60}
61
[2352]62.content UL.categoryActions A IMG, UL.categoryActions A {
[2480]63        border: none;
64        margin-bottom: -5px;
[859]65}
66
[1061]67/* begin chronology/calendar elements*/
[2352]68.content DIV.calendarViews {
[2480]69        display: block;
70        float: right;
71        margin: 2px 0 0;
[1050]72}
73
[1062]74SPAN.calItem, SPAN.calItemEmpty {
[2480]75        font-weight: bold;
76        margin: 0 1px;
[1059]77}
78
[1062]79SPAN.calItem A { border:0 }
[1050]80
[2352]81.content DIV.calendarCalBar {
[2480]82        margin: 10px 10px;
83        text-align: left;
[1050]84}
85
86SPAN.calCalHead {
[2480]87        font-weight: bold;
88        font-size: 110%;
89        margin: 0 2px;
[1050]90}
91
[1062]92SPAN.calCal { margin: 0 2px; }
[1050]93
[1061]94/* nice looking month calendar*/
[1097]95TABLE.calMonth {
[2480]96        border: none;
97        border-collapse: collapse;
98        margin-bottom: 10px;    /*<-IE ignores this */
[1097]99}
[1061]100
[1097]101TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank {
[2480]102        vertical-align: top;
[2693]103  font-weight: bold;
104  font-size: 18px;
[1061]105}
106
[2480]107TD.calDayHead {
[2693]108  font-weight: bold;
109  font-size: 12px;
[2480]110        text-align: center;
111}
[1061]112
[1097]113DIV.calImg {
[2480]114        overflow: hidden;
115        vertical-align: bottom;
116        z-index: 1;
117        position: relative; /*<- this required by IE*/
[1061]118}
119
[1097]120.calImg img {
[2480]121        position: relative;
122        border: 0;
[1061]123}
124
125.calBackDate {
[2480]126        padding-left: 4px;
127        padding-top: 0px;
128        z-index: 2;
129        position: absolute;
130        vertical-align: top;
131        color: #000;
[1061]132}
133
134.calForeDate {
[2480]135        padding-left: 5px;
136        padding-top: 1px;
137        z-index: 3;
138        position: absolute;
139        vertical-align: top;
140        color: #fff;
[1061]141}
[1130]142
143/* Category thumbnails on main page, CSS code inspired from MOD subcatify */
[2352]144.content UL.thumbnailCategories {
[2480]145        margin: 0;
146        padding: 0;
147        list-style: none;
148        overflow: hidden;
149        width: 100%;
[1130]150}
151
[2352]152.content UL.thumbnailCategories LI {
[2480]153        margin:0;
154        padding:0;
155        float:left;
[1130]156}
157
[2352]158.content DIV.thumbnailCategory {
[2480]159        display:block;
160        padding: 2px 0px 0px 2px;
161        margin: 5px;
[1130]162}
163
[2352]164.content DIV.thumbnailCategory DIV.description {
[2480]165        font-size: 90%;
166        overflow: auto;
167        /*width: inherit;*/
[1130]168}
169
[2352]170.content DIV.thumbnailCategory DIV.description H3 {
[2480]171        text-align: left;
172        background: transparent;
173        margin: 0;
174        padding: 0.1em;
175        font-size: 120%;
[1130]176}
177
[2352]178.content DIV.thumbnailCategory DIV.description P {
[2480]179        margin: 0;
[1130]180}
181
[2352]182.content DIV.thumbnailCategory DIV.illustration {
[2480]183        text-align: left;
184        margin: 2px 0 0 2px;
185        float: left;
[1130]186}
[2481]187
188
189/* User comments */
190DIV#comments {
191        padding-left: 5px;
192        padding-right: 5px;
193}
194
195DIV#comments DIV.description {
196        font-size: 100%;
197}
Note: See TracBrowser for help on using the repository browser.