Changeset 8664
- Timestamp:
- 05/23/08 10:52:45 (8 months ago)
- Files:
-
- art/themes/bamboo/blog.css (modified) (1 diff)
- art/themes/bamboo/blog.rtl.css (modified) (1 diff)
- art/themes/bonsai-tree/css.css (modified) (18 diffs)
- art/themes/bonsai-tree/css.rtl.css (modified) (19 diffs)
- art/themes/digital/style.rtl.css (modified) (1 diff)
- art/themes/factory/style.css (modified) (1 diff)
- art/themes/factory/style.rtl.css (modified) (1 diff)
- art/themes/flower/style.css (modified) (23 diffs)
- art/themes/flower/style.rtl.css (modified) (23 diffs)
- art/themes/gray/style.css (modified) (17 diffs)
- art/themes/gray/style.rtl.css (modified) (17 diffs)
- art/themes/hobbit/default.css (modified) (15 diffs)
- art/themes/hobbit/default.rtl.css (modified) (15 diffs)
- art/themes/jaws-0.5/blog.css (modified) (3 diffs)
- art/themes/jaws-0.5/blog.rtl.css (modified) (1 diff)
- art/themes/jaws-0.5/style.css (modified) (18 diffs)
- art/themes/jaws/blog.css (modified) (1 diff)
- art/themes/jaws/blog.rtl.css (modified) (1 diff)
- art/themes/monologue/style.css (modified) (25 diffs)
- art/themes/monologue/style.rtl.css (modified) (25 diffs)
- art/themes/orange-grey/style.css (modified) (17 diffs)
- art/themes/orange-grey/style.rtl.css (modified) (17 diffs)
- art/themes/simple-blue/style.css (modified) (20 diffs)
- art/themes/simple-blue/style.rtl.css (modified) (20 diffs)
- art/themes/simple-green/style.css (modified) (22 diffs)
- art/themes/simple-green/style.rtl.css (modified) (22 diffs)
- art/themes/terrafirma/default.css (modified) (8 diffs)
- art/themes/terrafirma/default.rtl.css (modified) (9 diffs)
- art/themes/tunnel/style.css (modified) (1 diff)
- art/themes/tunnel/style.rtl.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/bamboo/blog.css
r8592 r8664 1 1 .entry-meta {margin-top: 10px;} 2 2 .avatar { 3 float: left;4 margin-right: 5px;5 margin-bottom: 5px;3 float: left; 4 margin-right: 5px; 5 margin-bottom: 5px; 6 6 } 7 7 8 8 .blog-entry { 9 margin-top: 20px;10 padding-bottom: 5px;11 border-bottom: 1px solid #339933;9 margin-top: 20px; 10 padding-bottom: 5px; 11 border-bottom: 1px solid #339933; 12 12 } 13 13 14 14 .blog-title { 15 color: #000;16 font-size: 16px;17 font-weight: bold;15 color: #000; 16 font-size: 16px; 17 font-weight: bold; 18 18 } 19 19 20 20 .blog-title a { 21 text-decoration: none;22 color: #000;21 text-decoration: none; 22 color: #000; 23 23 } 24 24 25 25 .blog-title a:hover { 26 color: #339933;26 color: #339933; 27 27 } 28 28 29 29 .blog-body { 30 text-align: justify;30 text-align: justify; 31 31 } 32 32 33 33 .blog-addinfo { 34 padding: 5px;35 text-align: right;36 font-size: xx-small;37 color: #999;34 padding: 5px; 35 text-align: right; 36 font-size: xx-small; 37 color: #999; 38 38 } 39 39 40 40 .blog-powered { 41 padding: 5px;42 text-align: left;43 font-size: xx-small;44 color: #fff;45 padding-top:90px;46 padding-left:15px;41 padding: 5px; 42 text-align: left; 43 font-size: xx-small; 44 color: #fff; 45 padding-top:90px; 46 padding-left:15px; 47 47 } 48 48 49 49 .blog-powered a { 50 color: #fff;50 color: #fff; 51 51 } 52 52 53 53 .blog-tb { 54 text-align: left;55 border: 1px solid #339933;56 background: none;57 padding: 5px;58 font-size: x-small;54 text-align: left; 55 border: 1px solid #339933; 56 background: none; 57 padding: 5px; 58 font-size: x-small; 59 59 } 60 60 61 61 .blog-comment-title { 62 color: #000;63 font-weight: bold;64 font-size: 110%;62 color: #000; 63 font-weight: bold; 64 font-size: 110%; 65 65 } 66 66 67 67 .blog-comment-title a, .blog-comment-title a:hover { 68 color: #000;69 text-decoration: none;68 color: #000; 69 text-decoration: none; 70 70 } 71 71 72 72 73 73 .calendar { 74 margin-top: 10px;75 padding: 2px;76 border: 1px solid #ddd;77 width: 100%;78 text-align: center;74 margin-top: 10px; 75 padding: 2px; 76 border: 1px solid #ddd; 77 width: 100%; 78 text-align: center; 79 79 } 80 80 81 81 .calendar #cal-header { 82 color: #339933;83 background: #33993384 font-size: 12px;85 font-weight: bold;86 padding: 2px;87 text-align: center;82 color: #339933; 83 background: #339933 84 font-size: 12px; 85 font-weight: bold; 86 padding: 2px; 87 text-align: center; 88 88 } 89 89 90 90 .calendar #cal-header a { 91 font-weight: bold;92 color: #339933;93 text-decoration: none;91 font-weight: bold; 92 color: #339933; 93 text-decoration: none; 94 94 } 95 95 96 96 .calendar #cal-header #arrow-left { 97 margin-left: 2px;98 float: left;97 margin-left: 2px; 98 float: left; 99 99 } 100 100 101 101 .calendar #cal-header #arrow-right { 102 margin-right: 2px;103 float: right;102 margin-right: 2px; 103 float: right; 104 104 } 105 105 106 106 .calendar .weekday { 107 color: #999;108 background: #eee;109 font-size: 10px;110 font-weight: bold;111 padding: 2px;107 color: #999; 108 background: #eee; 109 font-size: 10px; 110 font-weight: bold; 111 padding: 2px; 112 112 } 113 113 114 114 .calendar .noday { 115 color: #aaa;116 font-size: 10px;117 padding: 2px;115 color: #aaa; 116 font-size: 10px; 117 padding: 2px; 118 118 } 119 119 120 120 .calendar .noday a { 121 color: #aaa;122 text-decoration: underline;121 color: #aaa; 122 text-decoration: underline; 123 123 } 124 124 125 125 .calendar .day { 126 color: #333;127 font-size: 10px;128 padding: 2px;126 color: #333; 127 font-size: 10px; 128 padding: 2px; 129 129 } 130 130 131 131 .calendar .day a { 132 color: #339933;133 text-decoration: underline;132 color: #339933; 133 text-decoration: underline; 134 134 } 135 135 136 136 .calendar .today { 137 background-color: #339933;138 color: #fff;139 font-size: 10px;140 font-weight: bold;137 background-color: #339933; 138 color: #fff; 139 font-size: 10px; 140 font-weight: bold; 141 141 } art/themes/bamboo/blog.rtl.css
r8592 r8664 2 2 3 3 .avatar { 4 float: right;5 margin-left: 5px;6 margin-bottom: 5px;4 float: right; 5 margin-left: 5px; 6 margin-bottom: 5px; 7 7 } 8 8 9 9 .blog-entry { 10 margin-top: 20px;11 padding-bottom: 5px;12 border-bottom: 1px solid #339933;10 margin-top: 20px; 11 padding-bottom: 5px; 12 border-bottom: 1px solid #339933; 13 13 } 14 14 15 15 .blog-title { 16 color: #000;17 font-size: 16px;18 font-weight: bold;16 color: #000; 17 font-size: 16px; 18 font-weight: bold; 19 19 } 20 20 21 21 .blog-title a { 22 text-decoration: none;23 color: #000;22 text-decoration: none; 23 color: #000; 24 24 } 25 25 26 26 .blog-title a:hover { 27 color: #339933;27 color: #339933; 28 28 } 29 29 30 30 .blog-body { 31 text-align: justify;31 text-align: justify; 32 32 } 33 33 34 34 .blog-addinfo { 35 padding: 5px;36 text-align: left;37 font-size: xx-small;38 color: #999;35 padding: 5px; 36 text-align: left; 37 font-size: xx-small; 38 color: #999; 39 39 } 40 40 41 41 .blog-powered { 42 padding: 5px;43 text-align: right;44 font-size: xx-small;45 color: #fff;46 padding-top:90px;47 padding-left:15px;42 padding: 5px; 43 text-align: right; 44 font-size: xx-small; 45 color: #fff; 46 padding-top:90px; 47 padding-left:15px; 48 48 } 49 49 50 50 .blog-powered a { 51 color: #fff;51 color: #fff; 52 52 } 53 53 54 54 .blog-tb { 55 text-align: left; 56 border: 1px solid #339933; 57 background: none; 58 padding: 5px; 59 font-size: xx-small; 55 padding: 5px; 56 font-size: 8pt; 57 background: none; 58 text-align: left; 59 margin-bottom: 2px; 60 border: 1px solid #d3d7cf; 60 61 } 61 62 62 63 .blog-comment-title { 63 color: #000;64 font-weight: bold;65 font-size: 110%;64 color: #000; 65 font-weight: bold; 66 font-size: 110%; 66 67 } 67 68 68 69 .blog-comment-title a, .blog-comment-title a:hover { 69 color: #000;70 text-decoration: none;70 color: #000; 71 text-decoration: none; 71 72 } 72 73 73 74 74 75 .calendar { 75 margin-top: 10px;76 padding: 2px;77 border: 1px solid #ddd;78 width: 100%;79 text-align: center;76 margin-top: 10px; 77 padding: 2px; 78 border: 1px solid #ddd; 79 width: 100%; 80 text-align: center; 80 81 } 81 82 82 83 .calendar #cal-header { 83 color: #339933;84 background: #33993385 font-size: 12px;86 font-weight: bold;87 padding: 2px;88 text-align: center;84 color: #339933; 85 background: #339933 86 font-size: 12px; 87 font-weight: bold; 88 padding: 2px; 89 text-align: center; 89 90 } 90 91 91 92 .calendar #cal-header a { 92 font-weight: bold;93 color: #339933;94 text-decoration: none;93 font-weight: bold; 94 color: #339933; 95 text-decoration: none; 95 96 } 96 97 97 98 .calendar #cal-header #arrow-left { 98 margin-right: 2px;99 float: right;99 margin-right: 2px; 100 float: right; 100 101 } 101 102 102 103 .calendar #cal-header #arrow-right { 103 margin-left: 2px;104 float: left;104 margin-left: 2px; 105 float: left; 105 106 } 106 107 107 108 .calendar .weekday { 108 color: #999;109 background: #eee;110 font-size: 10px;111 font-weight: bold;112 padding: 2px;109 color: #999; 110 background: #eee; 111 font-size: 10px; 112 font-weight: bold; 113 padding: 2px; 113 114 } 114 115 115 116 .calendar .noday { 116 color: #aaa;117 font-size: 10px;118 padding: 2px;117 color: #aaa; 118 font-size: 10px; 119 padding: 2px; 119 120 } 120 121 121 122 .calendar .noday a { 122 color: #aaa;123 text-decoration: underline;123 color: #aaa; 124 text-decoration: underline; 124 125 } 125 126 126 127 .calendar .day { 127 color: #333;128 font-size: 10px;129 padding: 2px;128 color: #333; 129 font-size: 10px; 130 padding: 2px; 130 131 } 131 132 132 133 .calendar .day a { 133 color: #339933;134 text-decoration: underline;134 color: #339933; 135 text-decoration: underline; 135 136 } 136 137 137 138 .calendar .today { 138 background-color: #339933;139 color: #fff;140 font-size: 10px;141 font-weight: bold;139 background-color: #339933; 140 color: #fff; 141 font-size: 10px; 142 font-weight: bold; 142 143 } art/themes/bonsai-tree/css.css
r8572 r8664 2 2 html {font-size: 100.01%;} 3 3 body { 4 font-family: Arial, Helvetica, sans-serif;5 text-align: center;6 background-color: #FFFFFF;7 background-image: url(images/bg.gif);8 background-repeat: repeat-x;9 color: #313131;10 font-size: 12px;4 font-family: Arial, Helvetica, sans-serif; 5 text-align: center; 6 background-color: #FFFFFF; 7 background-image: url(images/bg.gif); 8 background-repeat: repeat-x; 9 color: #313131; 10 font-size: 12px; 11 11 } 12 12 13 13 img { 14 border:0;14 border:0; 15 15 }ul { 16 list-style-type: none;16 list-style-type: none; 17 17 } 18 18 a {color: #1b5790; text-decoration: underline;} … … 22 22 img {border: 0;} 23 23 textarea { 24 padding: 2px;25 font-size: 8pt;26 border: 1px solid #cccccc;24 padding: 2px; 25 font-size: 8pt; 26 border: 1px solid #cccccc; 27 27 } 28 28 input, select {font-size: 11pt; border: 1px solid #cccccc;} 29 29 button{font-size:12px; border: 1px solid #333;} 30 button, input[type="button"], input[type="submit"] {31 color: #888a85;32 font-size: 8pt;33 cursor: pointer;34 background-color: #efefef;35 border: 1px solid #babdb6;36 border-top: 1px solid #d3d7cf;37 border-left: 1px solid #d3d7cf;30 button, input[type="button"], input[type="submit"]{ 31 color: #888a85; 32 font-size: 8pt; 33 cursor: pointer; 34 background-color: #efefef; 35 border: 1px solid #babdb6; 36 border-top: 1px solid #d3d7cf; 37 border-left: 1px solid #d3d7cf; 38 38 } 39 39 * html button { 40 color: #888a85;41 font-size: 8pt;42 cursor: pointer;43 background-color: #efefef;44 border: 1px solid #babdb6;45 border-top: 1px solid #d3d7cf;46 border-left: 1px solid #d3d7cf;47 } 48 button:hover, input[type="button"]:hover, input[type="submit"]:hover {49 color: #fff;50 background-color: #3465a4;40 color: #888a85; 41 font-size: 8pt; 42 cursor: pointer; 43 background-color: #efefef; 44 border: 1px solid #babdb6; 45 border-top: 1px solid #d3d7cf; 46 border-left: 1px solid #d3d7cf; 47 } 48 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 49 color: #fff; 50 background-color: #3465a4; 51 51 } 52 52 button:active, input[type="button"]:active, input[type="submit"]:active { 53 color: #000;54 border: 1px solid #3465a4;55 background-color: #fff;53 color: #000; 54 border: 1px solid #3465a4; 55 background-color: #fff; 56 56 } 57 57 select {cursor: pointer;} 58 58 input[type="text"], input[type="password"], textarea { 59 color: #555753;60 background-color: #fff;61 border: 1px solid #d3d7cf;62 border-top: 1px solid #babdb6;63 border-left: 1px solid #babdb6;64 } 65 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {66 color: #000;67 background-color: #fff;68 border: 1px solid #3465a4;59 color: #555753; 60 background-color: #fff; 61 border: 1px solid #d3d7cf; 62 border-top: 1px solid #babdb6; 63 border-left: 1px solid #babdb6; 64 } 65 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 66 color: #000; 67 background-color: #fff; 68 border: 1px solid #3465a4; 69 69 } 70 70 textarea {width: inherit;} 71 71 input[type="radio"], input[type="checkbox"], select { 72 padding: 2px;73 font-size: small;72 padding: 2px; 73 font-size: small; 74 74 } 75 75 fieldset { 76 border: 0;77 margin: 0;78 padding: 0;79 margin-bottom: 1em;80 font-size: small;76 border: 0; 77 margin: 0; 78 padding: 0; 79 margin-bottom: 1em; 80 font-size: small; 81 81 } 82 82 legend { 83 background-color: white;84 font-weight: bold;85 font-size: 110%;86 padding: 4px;87 padding-left: .5em;88 padding-right: .5em;83 background-color: white; 84 font-weight: bold; 85 font-size: 110%; 86 padding: 4px; 87 padding-left: .5em; 88 padding-right: .5em; 89 89 } 90 90 label {color: #777; font-size: 12px; cursor: pointer;} … … 93 93 fieldset label {display: block; font-size: 100%;} 94 94 fieldset div { 95 clear: right;96 padding: 0 1em;97 padding-bottom: 6px;95 clear: right; 96 padding: 0 1em; 97 padding-bottom: 6px; 98 98 } 99 99 fieldset div strong {font-size: 100%} 100 100 101 101 #wrap { 102 width: 750px;103 margin-right: auto;104 margin-left: auto;102 width: 750px; 103 margin-right: auto; 104 margin-left: auto; 105 105 } 106 106 #main {float: left; width: 488px;} … … 108 108 #header a {text-decoration: none;} 109 109 h1 { 110 font-size: 30px;111 line-height: 30px;112 font-weight: normal;113 color: #1b5790;114 letter-spacing: -1px;115 padding-top: 24px;110 font-size: 30px; 111 line-height: 30px; 112 font-weight: normal; 113 color: #1b5790; 114 letter-spacing: -1px; 115 padding-top: 24px; 116 116 } 117 117 .desc {font-weight: bold; margin-top: 4px;} … … 119 119 .float-right {float: right;} 120 120 .clearfix:after { 121 content: ".";122 display: block;123 height: 0;124 clear: both;125 visibility: hidden;121 content: "."; 122 display: block; 123 height: 0; 124 clear: both; 125 visibility: hidden; 126 126 } 127 127 #maincontent { 128 background-color: #FFFFFF;129 background-image: url(images/mainbg.gif);130 background-repeat: no-repeat;131 background-position: top;132 text-align: left;133 padding-top: 20px;134 padding-right: 10px;135 padding-bottom: 10px;136 padding-left: 10px;128 background-color: #FFFFFF; 129 background-image: url(images/mainbg.gif); 130 background-repeat: no-repeat; 131 background-position: top; 132 text-align: left; 133 padding-top: 20px; 134 padding-right: 10px; 135 padding-bottom: 10px; 136 padding-left: 10px; 137 137 } 138 138 #maincontent h1 {margin-bottom: 1em;} 139 139 #maincontent h2 { 140 font-size: 24px;141 line-height: 24px;142 color: #e85d64;143 margin-bottom: 10px;144 font-weight: normal;145 letter-spacing: -1px ;140 font-size: 24px; 141 line-height: 24px; 142 color: #e85d64; 143 margin-bottom: 10px; 144 font-weight: normal; 145 letter-spacing: -1px ; 146 146 } 147 147 #maincontent p {line-height: 1.4em; margin-bottom: 10px;} 148 148 149 149 #side { 150 background-image: url(images/bonsai.gif);151 background-repeat: no-repeat;152 background-position: left top;153 float: right;154 width: 254px;155 padding-top: 173px;150 background-image: url(images/bonsai.gif); 151 background-repeat: no-repeat; 152 background-position: left top; 153 float: right; 154 width: 254px; 155 padding-top: 173px; 156 156 } 157 157 #sidecontent { 158 background-color: #FFFFFF;159 background-image: url(images/sidebg.gif);160 background-repeat: no-repeat;161 background-position: top;162 padding-top: 10px;163 padding-right: 40px;164 padding-bottom: 10px;165 padding-left: 40px;166 text-align: left;158 background-color: #FFFFFF; 159 background-image: url(images/sidebg.gif); 160 background-repeat: no-repeat; 161 background-position: top; 162 padding-top: 10px; 163 padding-right: 40px; 164 padding-bottom: 10px; 165 padding-left: 40px; 166 text-align: left; 167 167 } 168 168 #sidecontent h3 { 169 font-size: 24px;170 line-height: 24px;171 font-weight: normal;172 color: #313131;173 margin-bottom: 10px;174 margin-top: 10px;169 font-size: 24px; 170 line-height: 24px; 171 font-weight: normal; 172 color: #313131; 173 margin-bottom: 10px; 174 margin-top: 10px; 175 175 } 176 176 #sidecontent ul li { 177 line-height: 1.4em;178 font-weight: bold;179 display: block;177 line-height: 1.4em; 178 font-weight: bold; 179 display: block; 180 180 } 181 181 #sidecontent ul li a {text-decoration: none;} 182 182 #footer { 183 clear: both;184 margin-top: 60px;185 text-align: left;186 padding-right: 10px;187 padding-left: 10px;188 font-size: 11px;183 clear: both; 184 margin-top: 60px; 185 text-align: left; 186 padding-right: 10px; 187 padding-left: 10px; 188 font-size: 11px; 189 189 } 190 190 … … 197 197 /* Common styles for all gadgets */ 198 198 .clearfix:after { 199 height: 0;200 clear: both;201 width: 100%;202 content: ".";203 display: block;204 visibility: hidden;199 height: 0; 200 clear: both; 201 width: 100%; 202 content: "."; 203 display: block; 204 visibility: hidden; 205 205 } 206 206 .gadget {margin-bottom: 10px;} 207 207 .wide .gadget {margin-bottom: 2px;} 208 208 .gadget h3 { 209 color: #000;210 padding: 3px;211 font-size: 12px;212 text-align: left;213 margin-bottom: 2px;214 border-bottom: 1px solid #f6960a;209 color: #000; 210 padding: 3px; 211 font-size: 12px; 212 text-align: left; 213 margin-bottom: 2px; 214 border-bottom: 1px solid #f6960a; 215 215 } 216 216 .gadget h3 a {color: #555753;} … … 222 222 .gadget .actions div {text-align: left;} 223 223 .gadget .actions button{ 224 margin: 2px;225 padding: 1px;226 min-height: 18px;227 min-width: 42px;228 font-weight: bold;229 overflow: visible;230 border: 1px solid #babdb6;231 border-top: 1px solid #d3d7cf;232 border-right: 1px solid #d3d7cf;224 margin: 2px; 225 padding: 1px; 226 min-height: 18px; 227 min-width: 42px; 228 font-weight: bold; 229 overflow: visible; 230 border: 1px solid #babdb6; 231 border-top: 1px solid #d3d7cf; 232 border-right: 1px solid #d3d7cf; 233 233 } 234 234 … … 247 247 /* Commnets */ 248 248 .comment .comment_info, .comment_reply { 249 padding: 5px;250 text-align: right;251 font-size: xx-small;252 color: #babdb6;253 clear: both;249 padding: 5px; 250 text-align: right; 251 font-size: xx-small; 252 color: #babdb6; 253 clear: both; 254 254 } 255 255 .comment .content {text-align: justify;} 256 256 .comment .avatar { 257 float: left;258 margin-right: 5px;259 margin-bottom: 5px;260 border: 1px solid #000;257 float: left; 258 margin-right: 5px; 259 margin-bottom: 5px; 260 border: 1px solid #000; 261 261 } 262 262 .comment_level_0 {margin-left: 0px;} … … 283 283 284 284 /* Poll */ 285 .poll .content input {padding: 2px; border: none;}286 .poll .content label {padding-left: 2px;}285 .poll .contentinput {padding: 2px; border: none;} 286 .poll .contentlabel {padding-left: 2px;} 287 287 .poll_result table {width: 99%; margin: 0px; padding:0px; font-size:10pt;} 288 288 .poll_result th { border: 1px solid #d3d7cf; } … … 305 305 .quotes ul {list-style: none;} 306 306 .quotes li , .rssreader li { 307 display: block;308 color: #271739;309 font-size: 12px;310 padding: 2px 6px 2px 2px;311 text-decoration: none;312 border-bottom: 1px dashed #ccc;307 display: block; 308 color: #271739; 309 font-size: 12px; 310 padding: 2px 6px 2px 2px; 311 text-decoration: none; 312 border-bottom: 1px dashed #ccc; 313 313 } 314 314 .quotes ul a:hover {color: #ef3300;} … … 317 317 /* Blog */ 318 318 .blog_entry .entry-meta, .comment-feed { 319 display: block;320 padding-top: 4px;321 text-align: right;322 font-size: smaller;323 border-top:1px dashed #e3e7df; margin-top: 10px;319 display: block; 320 padding-top: 4px; 321 text-align: right; 322 font-size: smaller; 323 border-top:1px dashed #e3e7df; margin-top: 10px; 324 324 } 325 325 .blog-comment-title { 326 color: #000;327 font-weight: bold;328 font-size: 110%;326 color: #000; 327 font-weight: bold; 328 font-size: 110%; 329 329 } 330 330 .blog-comment-title a, .blog-comment-title a:hover { 331 color: #000;332 text-decoration: none;333 } 334 335 .blog-entry-nav, .blog-page-nav {336 padding: 4px;337 height: 15px;338 font-size: 80%;339 display: block;340 margin-bottom: 5px;341 border: 1px solid #d3d7cf;342 background-color: #fafafa;331 color: #000; 332 text-decoration: none; 333 } 334 335 .blog-entry-nav, .blog-page-nav{ 336 padding: 4px; 337 height: 15px; 338 font-size: 80%; 339 display: block; 340 margin-bottom: 5px; 341 border: 1px solid #d3d7cf; 342 background-color: #fafafa; 343 343 } 344 344 .blog-entry-nav .float-left {float:left} 345 345 .blog-entry-nav .float-right {float:right} 346 346 .blog-tb { 347 border: 1px solid #d3d7cf; 348 background: #fff; 349 padding: 10px; 350 font-size: xx-small; 347 padding: 5px; 348 font-size: 8pt; 349 background: none; 350 text-align: left; 351 margin-bottom: 2px; 352 border: 1px solid #d3d7cf; 351 353 } 352 354 … … 357 359 .calendar td {padding: 2px; text-align: right; width: 14.25%;} 358 360 #cal-header { 359 background-color: #e85d64;360 color: #fff;361 font-weight: bold;362 text-align: center;363 height: 1.5em;364 display: table-cell;365 vertical-align: middle;361 background-color: #e85d64; 362 color: #fff; 363 font-weight: bold; 364 text-align: center; 365 height: 1.5em; 366 display: table-cell; 367 vertical-align: middle; 366 368 } 367 369 … … 369 371 #arrow-right {float: right;} 370 372 .weekday { 371 color: #666;372 background-color: #eee;373 border-bottom: 1px solid #aaa;374 padding: 2px;373 color: #666; 374 background-color: #eee; 375 border-bottom: 1px solid #aaa; 376 padding: 2px; 375 377 } 376 378 .noday {color: #999;} … … 419 421 .faq .summary {padding-bottom: 5px;} 420 422 .faq .summary li {margin-left: 20px; font-size: 10pt;} 421 .faq .summary li {font-weight: bold;}422 .faq .summary li ol li {font-weight: normal;}423 .faq .summary li{font-weight: bold;} 424 .faq .summary liol li {font-weight: normal;} 423 425 .faq_category h4 {font-size: 10pt;} 424 426 … … 428 430 .glossary h3 {margin-bottom: 10px;} 429 431 .glossary span { 430 border: 1px solid #d3d7cf;431 padding: 4px;432 background: #eee;433 font-size: xx-small;432 border: 1px solid #d3d7cf; 433 padding: 4px; 434 background: #eee; 435 font-size: xx-small; 434 436 } 435 437 .glossary span a {padding: 2px;} … … 470 472 .narrow .menu .content ul {z-index:500;} 471 473 .menu a, .menu a:visited { 472 color:#777;473 padding:4px;474 display:block;475 min-height:18px;476 font-weight: bold;477 text-decoration:none;478 border:1px solid #fff;479 border-bottom: none;474 color:#777; 475 padding:4px; 476 display:block; 477 min-height:18px; 478 font-weight: bold; 479 text-decoration:none; 480 border:1px solid #fff; 481 border-bottom: none; 480 482 } 481 483 .menu li {background:#f0f0f0;} … … 489 491 .wide .menu li ul {display:none;} 490 492 .menu li:hover > ul { 491 display:block;492 position:absolute;493 padding:10px 30px 30px 30px;494 background:transparent url(images/blank.gif);493 display:block; 494 position:absolute; 495 padding:10px 30px 30px 30px; 496 background:transparent url(images/blank.gif); 495 497 } 496 498 .wide .menu li:hover > ul {top:16px; left:-30px;} … … 502 504 * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 503 505 * html .narrow .menu li ul { 504 display:block;505 position:absolute;506 visibility:hidden;507 top:-10px; left:144px;508 padding:10px 30px 30px 30px;509 background:transparent url(images/blank.gif);506 display:block; 507 position:absolute; 508 visibility:hidden; 509 top:-10px; left:144px; 510 padding:10px 30px 30px 30px; 511 background:transparent url(images/blank.gif); 510 512 } 511 513 * html .wide .menu li ul { 512 display:block;513 position:absolute;514 visibility:hidden;515 top:0px; left:148px;516 padding:10px 30px 30px 30px;517 background:transparent url(images/blank.gif);514 display:block; 515 position:absolute; 516 visibility:hidden; 517 top:0px; left:148px; 518 padding:10px 30px 30px 30px; 519 background:transparent url(images/blank.gif); 518 520 } 519 521 .wide .menu ul li a:hover ul ul{visibility:hidden;} art/themes/bonsai-tree/css.rtl.css
r8572 r8664 2 2 html {font-size: 100.01%;} 3 3 body { 4 font-family: Tahoma, Arial, Helvetica, sans-serif;5 text-align: center;6 background-color: #FFFFFF;7 background-image: url(images/bg.gif);8 background-repeat: repeat-x;9 color: #313131;10 font-size: 12px;11 direction: ltr;4 font-family: Tahoma, Arial, Helvetica, sans-serif; 5 text-align: center; 6 background-color: #FFFFFF; 7 background-image: url(images/bg.gif); 8 background-repeat: repeat-x; 9 color: #313131; 10 font-size: 12px; 11 direction: ltr; 12 12 } 13 13 14 14 img { 15 border:0;15 border:0; 16 16 }ul { 17 list-style-type: none;17 list-style-type: none; 18 18 } 19 19 a {color: #1b5790; text-decoration: underline;} … … 23 23 img {border: 0;} 24 24 textarea { 25 padding: 2px;26 font-size: 8pt;27 border: 1px solid #cccccc;25 padding: 2px; 26 font-size: 8pt; 27 border: 1px solid #cccccc; 28 28 } 29 29 input, select {font-size: 10pt; border: 1px solid #cccccc; font-family: Tahoma, Arial, Helvetica, sans-serif;} 30 30 button{font-size:11px; border: 1px solid #333; font-family: Tahoma, Arial, Helvetica, sans-serif;} 31 button, input[type="button"], input[type="submit"] {32 color: #888a85;33 font-size: 8pt;34 cursor: pointer;35 background-color: #efefef;36 border: 1px solid #babdb6;37 border-top: 1px solid #d3d7cf;38 border-right: 1px solid #d3d7cf;31 button, input[type="button"], input[type="submit"]{ 32 color: #888a85; 33 font-size: 8pt; 34 cursor: pointer; 35 background-color: #efefef; 36 border: 1px solid #babdb6; 37 border-top: 1px solid #d3d7cf; 38 border-right: 1px solid #d3d7cf; 39 39 } 40 40 * html button { 41 color: #888a85;42 font-size: 8pt;43 cursor: pointer;44 background-color: #efefef;45 border: 1px solid #babdb6;46 border-top: 1px solid #d3d7cf;47 border-right: 1px solid #d3d7cf;48 } 49 button:hover, input[type="button"]:hover, input[type="submit"]:hover {50 color: #fff;51 background-color: #3465a4;41 color: #888a85; 42 font-size: 8pt; 43 cursor: pointer; 44 background-color: #efefef; 45 border: 1px solid #babdb6; 46 border-top: 1px solid #d3d7cf; 47 border-right: 1px solid #d3d7cf; 48 } 49 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 50 color: #fff; 51 background-color: #3465a4; 52 52 } 53 53 button:active, input[type="button"]:active, input[type="submit"]:active { 54 color: #000;55 border: 1px solid #3465a4;56 background-color: #fff;54 color: #000; 55 border: 1px solid #3465a4; 56 background-color: #fff; 57 57 } 58 58 select {cursor: pointer;} 59 59 input[type="text"], input[type="password"], textarea { 60 color: #555753;61 background-color: #fff;62 border: 1px solid #d3d7cf;63 border-top: 1px solid #babdb6;64 border-right: 1px solid #babdb6;65 } 66 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {67 color: #000;68 background-color: #fff;69 border: 1px solid #3465a4;60 color: #555753; 61 background-color: #fff; 62 border: 1px solid #d3d7cf; 63 border-top: 1px solid #babdb6; 64 border-right: 1px solid #babdb6; 65 } 66 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 67 color: #000; 68 background-color: #fff; 69 border: 1px solid #3465a4; 70 70 } 71 71 textarea {width: inherit;} 72 72 input[type="radio"], input[type="checkbox"], select { 73 padding: 2px;74 font-size: small;73 padding: 2px; 74 font-size: small; 75 75 } 76 76 fieldset { 77 border: 0;78 margin: 0;79 padding: 0;80 margin-bottom: 1em;81 font-size: small;77 border: 0; 78 margin: 0; 79 padding: 0; 80 margin-bottom: 1em; 81 font-size: small; 82 82 } 83 83 legend {
