| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 2 /*************************************/ 3 /* Real-World CSS */ 4 5 @import "real-world.css"; 6 7 /*************************************/ 8 /* Demo CSS */ 9 10 #sidebar div { 11 text-align:center; 12 } 13 .thumb ul { 14 padding:10px 0 0 0; 15 } 16 .thumbs li { 17 margin:4px 20px; 18 } 19 .thumbs li a, 20 .thumbs li a img{ 21 height: 75px; 22 width: 75px; 23 display: block; 24 } 25 .thumbs li a:hover, 26 .thumbs li a:hover img{ 27 height: 130px; 28 width: 130px; 29 } 30 .thumbs li a:hover { 31 border: 4px solid #E8EEF7; 32 } 33 34 #break strong { 35 margin:0 0 4px 0; 36 } 37 #break ul { 38 padding:6px; 39 } 40 #break ul li { 41 padding:3px 0px; 42 font-style: italic; 43 } 44 #break ul li span { 45 font-style: normal; 46 } 47 48 .ui-resizable-knob { 49 border: 1px #fff dashed; 50 } 51 52 /*************************************/ 53 /* Cropper CSS */ 54 55 #_Container_Image, #\\_Container\\_Image { 56 position: relative; 57 } 58 #_Container, #\\_Container { 59 position: absolute; 60 top:0px; 61 left:0px; 62 width: 150px; 63 height:150px; 64 } 65 66 #_Wrapper, #\\_Wrapper { 67 position: relative; 68 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |