[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 body { 2 margin: 0; 3 padding: 0; 4 background: #f5f5f5; 5 } 6 7 #gallery_breadcrumb { 8 background: #ADCBE6; 9 color: #000; 10 padding: 5px; 11 font-size: 96%; 12 font-weight: bold; 13 border-bottom: 1px solid #000; 14 border-top: 1px solid #000; 15 } 16 17 #gallery { 18 padding: 6px; 19 } 20 21 #avatars, #avatars li, #galleries, #galleries li { 22 list-style: none; 23 padding: 0; 24 margin: 0; 25 } 26 27 #avatars li, #galleries li { 28 float: left; 29 } 30 31 #avatars { 32 clear: left; 33 } 34 35 #avatars li a, #galleries li a { 36 display: block; 37 margin-right: 4px; 38 margin-left: 4px; 39 padding-top: 2px; 40 width: 120px; 41 height: 120px; 42 background: #fff; 43 text-align: center; 44 border: 1px solid #ccc; 45 margin-top: 4px; 46 } 47 48 #avatars li a:hover, #galleries li a:hover { 49 border: 1px solid #f00; 50 } 51 52 #avatars li span.image, #galleries li span.image { 53 display: block; 54 height: 80px; 55 text-align: center; 56 } 57 58 #avatars li span.title, #galleries li span.title { 59 display: block; 60 font-weight: bold; 61 margin-top: 8px; 62 63 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |