[2352] | 1 | .content { |
---|
[2480] | 2 | margin-right: 1em; |
---|
| 3 | margin-bottom: 1em; /* when it's longer than menu bar */ |
---|
[859] | 4 | } |
---|
| 5 | |
---|
[2352] | 6 | BODY#theCommentsPage .content, |
---|
| 7 | BODY#theUploadPage .content, |
---|
| 8 | BODY#theRegisterPage .content, |
---|
| 9 | BODY#theIdentificationPage .content, |
---|
| 10 | BODY#theProfilePage .content, |
---|
| 11 | BODY#theSearchPage .content, |
---|
| 12 | BODY#theAboutPage .content, |
---|
| 13 | BODY#thePopuphelpPage .content, |
---|
| 14 | BODY#thePasswordPage .content, |
---|
| 15 | BODY#theNotificationPage .content, |
---|
| 16 | BODY#theTagsPage .content, |
---|
| 17 | BODY#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] | 40 | UL.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] | 74 | SPAN.calItem, SPAN.calItemEmpty { |
---|
[2480] | 75 | font-weight: bold; |
---|
| 76 | margin: 0 1px; |
---|
[1059] | 77 | } |
---|
| 78 | |
---|
[1062] | 79 | SPAN.calItem A { border:0 } |
---|
[1050] | 80 | |
---|
[2352] | 81 | .content DIV.calendarCalBar { |
---|
[2480] | 82 | margin: 10px 10px; |
---|
| 83 | text-align: left; |
---|
[1050] | 84 | } |
---|
| 85 | |
---|
| 86 | SPAN.calCalHead { |
---|
[2480] | 87 | font-weight: bold; |
---|
| 88 | font-size: 110%; |
---|
| 89 | margin: 0 2px; |
---|
[1050] | 90 | } |
---|
| 91 | |
---|
[1062] | 92 | SPAN.calCal { margin: 0 2px; } |
---|
[1050] | 93 | |
---|
[1061] | 94 | /* nice looking month calendar*/ |
---|
[1097] | 95 | TABLE.calMonth { |
---|
[2480] | 96 | border: none; |
---|
| 97 | border-collapse: collapse; |
---|
| 98 | margin-bottom: 10px; /*<-IE ignores this */ |
---|
[1097] | 99 | } |
---|
[1061] | 100 | |
---|
[1097] | 101 | TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank { |
---|
[2480] | 102 | vertical-align: top; |
---|
[2693] | 103 | font-weight: bold; |
---|
| 104 | font-size: 18px; |
---|
[1061] | 105 | } |
---|
| 106 | |
---|
[2480] | 107 | TD.calDayHead { |
---|
[2693] | 108 | font-weight: bold; |
---|
| 109 | font-size: 12px; |
---|
[2480] | 110 | text-align: center; |
---|
| 111 | } |
---|
[1061] | 112 | |
---|
[1097] | 113 | DIV.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 */ |
---|
| 190 | DIV#comments { |
---|
| 191 | padding-left: 5px; |
---|
| 192 | padding-right: 5px; |
---|
| 193 | } |
---|
| 194 | |
---|
| 195 | DIV#comments DIV.description { |
---|
| 196 | font-size: 100%; |
---|
| 197 | } |
---|