1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
|
/* This is the style sheet used when Gallery is embedded into
another product, like PHP-Nuke, and when it's running
standalone.
If you would like to customize the styles please create
copy of this file called
"embedded_style.css" (same name without ".default")
If that file is found in this directory it will be
used instead of this one.
Some of the styles below are overriden by specific
album properties. These are noted
$Id: embedded_style.css.default 10654 2005-06-28 13:06:40Z jenst $
*/
/*
default text styles - background and colors overriden by
album 'bgcolor', 'background', and 'textcolor' properties.
*/
body {
}
img {
}
td,p {
}
a {
}
a:hover {
}
textarea:focus, input:focus {
}
/*
text styles
*/
.title /* album titles on main page */
{
}
.mod_title /* album title -- Text is controlled by .title */
{
}
.mod_title_bg /* album title hightlight Text is controled by .title */
{
}
.mod_title_right /* album title hightlight Text is controled by .title*/
{
}
.mod_title_left /* album title hightlight Text is controled by .title */
{
}
.albumdesc /*album description includes all text and background*/
{
}
.desc /* album descriptions on main page */
{
}
.caption /* photo captions on all pages */
{
}
.modcaption /* modifies background for caption text to reside - view_album */
{
}
.pcaption /* modifies background for caption text to reside - view_photo*/
{
font-size: inherit;
}
.vafloat /* float for view album - text */
{
}
.vafloat2 /* float for view album - images */
{
}
.vasummary /* controls the view of Album summary */
{
}
.commentIndication
{
}
.error /* all error text */
{
}
.attention /* so far, just for voting instructions*/
{
}
.headbox /* box around the page headers */
{
}
.head /* page headers */
{
}
.mod_headliner /* Gallery & Album titles. Text is controled by .head */
{
}
.mod_toplight_bg /* Gallery & Album titles. Text is controled by .head */
{
}
.mod_toplight_right /* Gallery & Album titles. Text is controled by .head*/
{
}
.mod_toplight_left /* Gallery & Album titles. Text is controled by .head */
{
}
.bread /* used in breadcrumb bars */
{
}
.nav /* used in navigation bars */
{
}
.navtableborderbegin {
}
.navtableborderend {
}
.bordertop {
}
.borderright{
}
.borderleft {
}
.fineprint /* used for fine print */
{
}
.viewcounter {
}
.editlink /* Used for the [edit] tags */
{
}
.modnavbox /* main navigation bar next and previous */
{
}
.admin /* used in admin bars */
{
}
.adminform /* defines form for drop down menu */
{
}
.search /* used in search text */
{
}
.searchform /* defines form for search */
{
}
.leftspacer /* amount of space to the left of the header and titles */
{
}
.modnavboxtop /*navagation bar top of screen where admin buttons show*/
{
}
.modnavboxmid /*navagation bar middle where the link for the albums show*/
{
}
.modfooter /*footer where the Gallery version is located*/
{
}
.popupbody /* controls the background of popup. */
{
}
.popuphead /* controls the title and background */
{
}
.popup /* controls the main text and message body */
{
}
.popupform /* controls form textarea */
{
}
/* CSS ID for the add photos popup */
#container {
}
#tabnav {
}
#tabnav li {
}
#tabnav a:link, #tabnav a:visited {
}
#tabnav a:link.active, #tabnav a:visited.active {
}
#tabnav a:hover {
}
#adminbox {
}
#adminbox td {
}
#adminbox a {
}
#adminbox a:hover {
}
#menu td {
}
#menu a {
}
#menu a:hover {
}
|