| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 /* $Id: help-popup.css,v 1.4 2008/04/28 20:40:59 merlinofchaos Exp $ */ 2 3 body { 4 margin: 0; 5 padding: 0; 6 background: #edf5fa; 7 font: 12px/170% Verdana, sans-serif; 8 color: #494949; 9 } 10 11 input { 12 font: 12px/100% Verdana, sans-serif; 13 color: #494949; 14 } 15 16 textarea, select { 17 font: 12px/160% Verdana, sans-serif; 18 color: #494949; 19 } 20 21 h1, h2, h3, h4, h5, h6 { 22 margin: 0; 23 padding: 0; 24 font-weight: normal; 25 font-family: Helvetica, Arial, sans-serif; 26 } 27 28 h1 { 29 font-size: 170%; 30 } 31 32 h2 { 33 font-size: 160%; 34 line-height: 130%; 35 } 36 37 h3 { 38 font-size: 140%; 39 } 40 41 h4 { 42 font-size: 130%; 43 } 44 45 h5 { 46 font-size: 120%; 47 } 48 49 h6 { 50 font-size: 110%; 51 } 52 53 ul, quote, code, fieldset { 54 margin: .5em 0; 55 } 56 57 p { 58 margin: 0.6em 0 1.2em; 59 padding: 0; 60 } 61 62 a:link, a:visited { 63 color: #027AC6; 64 text-decoration: none; 65 } 66 67 a:hover { 68 color: #0062A0; 69 text-decoration: underline; 70 } 71 72 a:active, a.active { 73 color: #5895be; 74 } 75 76 hr { 77 margin: 0; 78 padding: 0; 79 border: none; 80 height: 1px; 81 background: #5294c1; 82 } 83 84 ol li, ul li { 85 margin: 0.4em 0 0.4em .5em; /* LTR */ 86 } 87 88 89 #content { 90 margin: .5em 1em 1em 1em; 91 } 92 93 #content #page-title { 94 padding-bottom: .5em; 95 } 96 97 div#breadcrumb { 98 padding-left: 1em; 99 background-color: white; 100 border-bottom: 1px solid #ccc; 101 height: 2em; 102 } 103 104 div#breadcrumb .breadcrumb { 105 padding: 0; 106 margin: 0; 107 } 108 109 code, pre { 110 border: 1px solid #444; 111 background: #f1f1f1; 112 margin: 1em; 113 padding: .2em; 114 display: block; 115 }
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 |