[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 body { 2 background: #fff; 3 color: #000; 4 font: small Verdana; 5 } 6 7 #container { 8 border: 1px solid #ccc; 9 background: #fff; 10 padding: 20px; 11 } 12 13 h1 { 14 font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 15 font-weight: bold; 16 color: #000; 17 } 18 h1 a { 19 color: #000; 20 text-decoration: none; 21 } 22 23 .navigation { 24 border: 1px solid #ccc; 25 background: #F5F5F4; 26 padding: 4px; 27 margin-bottom: 10px; 28 font-size: 13px; 29 } 30 31 #infobox { 32 padding: 4px; 33 color: #777; 34 font-size: 0.8em; 35 margin-bottom: 10px; 36 } 37 38 #fullversion { 39 font-size: 1.1em; 40 } 41 42 43 .post { 44 border: 1px solid #ccc; 45 padding: 1px; 46 background: #F5F5F4; 47 margin-bottom: 10px; 48 } 49 50 .post .header { 51 background: #F5F5F4; 52 } 53 54 .post .header .author a { 55 color: #000; 56 text-decoration: none; 57 } 58 59 .post .header .dateline { 60 padding: 4px; 61 color: #777; 62 float: right; 63 margin-top: -20px; 64 } 65 66 .post .message { 67 background: #fff; 68 padding: 4px; 69 } 70 71 .listing { 72 border: 1px solid #ccc; 73 margin-bottom: 10px; 74 } 75 76 .header { 77 background: #F5F5F4; 78 font-weight: bold; 79 padding: 4px; 80 border-bottom: 1px solid #ccc; 81 } 82 83 .threadlist .threads { 84 padding: 4px; 85 } 86 87 .threadlist .threads .replycount { 88 color: #777; 89 font-size: 0.8em; 90 } 91 92 .header h2 { 93 font-size: 1.0em; 94 margin: 0; 95 } 96 97 h3 { 98 font-size: 1.0em; 99 margin: 5px 0 0 10px; 100 } 101 102 .forumlist .forums ul { 103 list-style: none; 104 } 105 106 .error { 107 border: 1px solid #ccc; 108 margin-bottom: 10px; 109 } 110 111 .error .header { 112 background: #F5F5F4; 113 font-weight: bold; 114 padding: 4px; 115 border-bottom: 1px solid #ccc; 116 } 117 118 .error .message { 119 padding: 4px; 120 } 121 122 .multipage { 123 background: #F5F5F4; 124 border: 1px solid #ccc; 125 margin-bottom: 10px; 126 padding: 4px; 127 } 128 129 #printinfo { 130 display: none; 131 } 132 133 #footer { 134 padding-top: 10px; 135 text-align: center; 136 font-size: 0.8em; 137 } 138 139 #footer a { 140 color: #000; 141 } 142 143 .quote_body, .code_body { 144 margin-left: 18px; 145 }
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 |