| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 2 /* 3 ** HTML elements 4 */ 5 a, a:link, a:active { 6 color: #930; 7 } 8 a:visited { 9 color: #630; 10 } 11 body { 12 padding: 5em 0 0 3em; /* LTR */ 13 background-image: url(background.png); 14 background-repeat: repeat-x; 15 font-family: trebuchet ms, tahoma, verdana, arial, helvetica; 16 border-top: 10px solid gray; 17 } 18 ul { 19 list-style-type: disc; 20 } 21 22 /* 23 ** Page layout blocks / IDs 24 */ 25 #main { 26 width: 500px; 27 } 28 #sidebar-left { 29 border-right: 1px solid gray; /* LTR */ 30 } 31 #sidebar-right { 32 border-left: 1px solid gray; /* LTR */ 33 } 34 35 /* 36 ** Common declarations for child classes of node, comment, block, box etc 37 */ 38 #header .title { 39 font-size: 2em; 40 font-weight: bold; 41 padding-top: .75em; 42 } 43 #header .title a, 44 #header .title a:link, 45 #header .title a:visited, 46 #header .title a:active { 47 text-decoration: none; 48 color: #aaa; 49 } 50 #header .title a:hover { 51 color: #930; 52 } 53 #header .site-slogan { 54 margin-top: -0.1em; 55 font-size: 0.8em; 56 } 57 #subnavlist { 58 font-size: 0.8em; 59 } 60 ul.links li { 61 border-left: 1px solid #000; /* LTR */ 62 } 63 ul.links li.first { 64 border-left: none; /* LTR */ 65 } 66 .node .title { 67 font-size: 1.2em; 68 } 69 .node .title a, 70 .node .title a:link, 71 .node .title a:active, 72 .node .title a:visited { 73 text-decoration: none; 74 font-weight: normal; 75 } 76 .node .title a:hover { 77 text-decoration: underline; 78 } 79 div.links { 80 margin: 1em 0 3em 0; 81 text-align: right; /* LTR */ 82 } 83 .comment .content, .block .content, .menu { 84 font-size: 0.9em; 85 } 86 .block { 87 padding-bottom: 1em; 88 } 89 .block .title { 90 font-size: 1em; 91 } 92 93 /* 94 ** Module specific styles 95 */ 96 .item-list ul li { 97 list-style: square; 98 } 99 100 /* 101 ** Administration page styles 102 */ 103 div.admin-panel .description { 104 color: #999; 105 } 106 div.admin-panel .body { 107 background: #eee; 108 } 109 div.admin-panel h3 { 110 background-color: #999; 111 color: #fff; 112 padding: 5px 8px 5px; 113 margin: 0; 114 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |