mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Font size changed 12px to 14px.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8693 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
98bcf8793c
commit
b00f2a0581
2 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* NHN (developers@xpressengine.com) */
|
/* NHN (developers@xpressengine.com) */
|
||||||
/* Element Reset */
|
/* Element Reset */
|
||||||
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:14px;color:#333}
|
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px;color:#333}
|
||||||
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block}
|
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block}
|
||||||
button,input[type=submit],input[type=reset],input[type=button]{cursor:pointer;overflow:visible}
|
button,input[type=submit],input[type=reset],input[type=button]{cursor:pointer;overflow:visible}
|
||||||
body{margin:0}
|
body{margin:0}
|
||||||
|
|
@ -254,14 +254,14 @@ p{line-height:1.5}
|
||||||
.pagination button{overflow:visible}
|
.pagination button{overflow:visible}
|
||||||
/* Button */
|
/* Button */
|
||||||
.btn{position:relative;display:inline-block;margin:2px;vertical-align:top}
|
.btn{position:relative;display:inline-block;margin:2px;vertical-align:top}
|
||||||
.btn *{display:inline-block;padding:0 8px;font-size:14px;height:24px;line-height:22px;margin:0;font-weight:bold !important;color:#fff;text-decoration:none !important;border:1px solid;cursor:pointer;overflow:visible;border-radius:3px;box-shadow:inset 0 0 1px #fff;-moz-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;background-color:#666;text-shadow:0 -1px 0 #333;zoom:1}
|
.btn *{display:inline-block;padding:0 8px;font-size:12px;height:24px;line-height:22px;margin:0;font-weight:bold !important;color:#fff;text-decoration:none !important;border:1px solid;cursor:pointer;overflow:visible;border-radius:3px;box-shadow:inset 0 0 1px #fff;-moz-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;background-color:#666;text-shadow:0 -1px 0 #333;zoom:1}
|
||||||
.btn a,
|
.btn a,
|
||||||
.btn button[type=button]{border-color:#ccc;color:#333 !important;background:#eee -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));background:#eee -moz-linear-gradient(top,#fff,#ddd);background-color:#eee;text-shadow:1px 1px 0 #fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#dddddd)}
|
.btn button[type=button]{border-color:#ccc;color:#333 !important;background:#eee -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));background:#eee -moz-linear-gradient(top,#fff,#ddd);background-color:#eee;text-shadow:1px 1px 0 #fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#dddddd)}
|
||||||
.btn input, .btn button[type=submit]{border-color:#666;background:#333 -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#777),color-stop(0.5,#333),color-stop(0.5,#000));background:#333 -moz-linear-gradient(top,#777,#000);background-color:#333;color:#ffc;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777, endColorStr=#333333)}
|
.btn input, .btn button[type=submit]{border-color:#666;background:#333 -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#777),color-stop(0.5,#333),color-stop(0.5,#000));background:#333 -moz-linear-gradient(top,#777,#000);background-color:#333;color:#ffc;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777, endColorStr=#333333)}
|
||||||
.btn a{height:22px}
|
.btn a{height:22px}
|
||||||
.btn.medium *{padding:0 12px;font-size:18px;height:30px;line-height:28px}
|
.btn.medium *{padding:0 12px;font-size:16px;height:30px;line-height:28px}
|
||||||
.btn.medium a{height:28px}
|
.btn.medium a{height:28px}
|
||||||
.btn.large *{padding:0 18px;font-size:24px;height:36px;line-height:34px}
|
.btn.large *{padding:0 18px;font-size:22px;height:36px;line-height:34px}
|
||||||
.btn.large a{height:34px}
|
.btn.large a{height:34px}
|
||||||
/* FAQ */
|
/* FAQ */
|
||||||
.faq{border-bottom:1px solid #ddd;margin:1em 0}
|
.faq{border-bottom:1px solid #ddd;margin:1em 0}
|
||||||
|
|
@ -288,7 +288,7 @@ p{line-height:1.5}
|
||||||
.vGraph .gBar{position:relative;display:inline-block;width:100%;margin:-1px 0 0 0;border:1px solid #ccc;border-bottom:0;background:#e9e9e9;vertical-align:bottom}
|
.vGraph .gBar{position:relative;display:inline-block;width:100%;margin:-1px 0 0 0;border:1px solid #ccc;border-bottom:0;background:#e9e9e9;vertical-align:bottom}
|
||||||
.vGraph .gBar span{position:absolute;width:100%;top:-20px;left:0}
|
.vGraph .gBar span{position:absolute;width:100%;top:-20px;left:0}
|
||||||
/* Star Rating */
|
/* Star Rating */
|
||||||
.starRating, .starRating span{display:inline-block;height:14px;height:14px;background:transparent url(../img/iconStarRating.gif) no-repeat;overflow:hidden}
|
.starRating, .starRating span{display:inline-block;height:14px;background:transparent url(../img/iconStarRating.gif) no-repeat;overflow:hidden}
|
||||||
.starRating{width:79px;vertical-align:top}
|
.starRating{width:79px;vertical-align:top}
|
||||||
.starRating span{font-size:0;line-height:0;vertical-align:top;text-indent:-100px;*text-indent:0;background-position:0 -14px}
|
.starRating span{font-size:0;line-height:0;vertical-align:top;text-indent:-100px;*text-indent:0;background-position:0 -14px}
|
||||||
/* Progress */
|
/* Progress */
|
||||||
|
|
@ -358,7 +358,7 @@ button.text{border:0; overflow:visible; padding:0; margin:0; color:#33a; backgro
|
||||||
.header h1 *{vertical-align:middle}
|
.header h1 *{vertical-align:middle}
|
||||||
.header h1 a{color:#fff;text-shadow:1px 1px 0 #000;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#000000, Positive=true);zoom:1}
|
.header h1 a{color:#fff;text-shadow:1px 1px 0 #000;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#000000, Positive=true);zoom:1}
|
||||||
.header h1 img{height:32px}
|
.header h1 img{height:32px}
|
||||||
.header h1 .url{font-size:14px;font-weight:normal}
|
.header h1 .url{font-size:12px;font-weight:normal}
|
||||||
.header .siteTool{position:absolute !important;top:42px;right:0;padding:0 2em 0 0;z-index:2}
|
.header .siteTool{position:absolute !important;top:42px;right:0;padding:0 2em 0 0;z-index:2}
|
||||||
.header .siteTool .i{position:relative; z-index:2; display:inline-block;color:#fff;padding:0 6px;line-height:24px}
|
.header .siteTool .i{position:relative; z-index:2; display:inline-block;color:#fff;padding:0 6px;line-height:24px}
|
||||||
.header .siteTool .i:first-child{border:0}
|
.header .siteTool .i:first-child{border:0}
|
||||||
|
|
@ -435,7 +435,7 @@ button.text{border:0; overflow:visible; padding:0; margin:0; color:#33a; backgro
|
||||||
.search form{float:right;margin:1em 0}
|
.search form{float:right;margin:1em 0}
|
||||||
.search form *{vertical-align:middle}
|
.search form *{vertical-align:middle}
|
||||||
/* Site Map */
|
/* Site Map */
|
||||||
.siteMap h2 input{font-size:14px;font-weight:bold;padding:0 .5em}
|
.siteMap h2 input{font-size:12px;font-weight:bold;padding:0 .5em}
|
||||||
.siteMap .lined ul{padding:0;margin:0;border-top:1px solid #eee;zoom:1}
|
.siteMap .lined ul{padding:0;margin:0;border-top:1px solid #eee;zoom:1}
|
||||||
.siteMap .lined li{position:relative;padding:0;margin:0;cursor:all-scroll;list-style:none;zoom:1}
|
.siteMap .lined li{position:relative;padding:0;margin:0;cursor:all-scroll;list-style:none;zoom:1}
|
||||||
.siteMap .lined li li{border-top:1px solid #eee}
|
.siteMap .lined li li{border-top:1px solid #eee}
|
||||||
|
|
|
||||||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue