minor update

This commit is contained in:
devin chen 2013-04-10 12:08:26 +08:00 committed by Matt K. Fu
parent e3782c9cf7
commit aedab01ae6
5 changed files with 15 additions and 26 deletions

View File

@ -3,12 +3,10 @@ $gray: #ddd;
@mixin font-main($font-size) { @mixin font-main($font-size) {
font-family: "Source Sans Pro", sans-serif; font-family: "Source Sans Pro", sans-serif;
font-size: #{$font-size}px; font-size: #{$font-size}px;
font-weight: 300;
} }
@mixin font-sub($font-size) { @mixin font-sub($font-size) {
font-family: "Source Sans Pro", Arial, sans-serif; font-family: "Source Sans Pro", Arial, sans-serif;
font-size: #{$font-size}px; font-size: #{$font-size}px;
font-weight: 300;
} }
@mixin transition-type($property, $sec) { @mixin transition-type($property, $sec) {
-webkit-transition: #{$property} #{$sec}s ease; -webkit-transition: #{$property} #{$sec}s ease;

View File

@ -162,7 +162,7 @@
font-size: 15px; } font-size: 15px; }
.s_form label { .s_form label {
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: bold;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
width: 100px; width: 100px;

View File

@ -135,7 +135,7 @@
// basic style // basic style
label { label {
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: bold;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
width: 100px; width: 100px;

View File

@ -54,7 +54,6 @@ table {
body { body {
font-family: "Source Sans Pro", sans-serif; font-family: "Source Sans Pro", sans-serif;
font-size: 12px; font-size: 12px;
font-weight: 300;
background-color: #000; } background-color: #000; }
a, a:hover { a, a:hover {
@ -74,8 +73,7 @@ a:focus {
clear: both; } clear: both; }
.o-loading { .o-loading {
font-size: 13px; font-size: 13px; }
font-weight: normal; }
.fullsize .o-loading { .fullsize .o-loading {
padding: 12px; } padding: 12px; }
.o-loading i { .o-loading i {
@ -336,8 +334,7 @@ a:focus {
.section_label li { .section_label li {
font-size: 15px; } font-size: 15px; }
.section_label li:first-child { .section_label li:first-child {
font-size: 18px; font-size: 18px; }
font-weight: normal; }
/* panel */ /* panel */
#panel_l { #panel_l {
@ -372,8 +369,7 @@ a:focus {
#orbitnote .note_holder .note_message { #orbitnote .note_holder .note_message {
color: #333; color: #333;
margin: 10px 0 0 48px; margin: 10px 0 0 48px;
font-size: 15px; font-size: 15px; }
font-weight: normal; }
/* Desktop Dialogue */ /* Desktop Dialogue */
#orbitdiag { #orbitdiag {
@ -404,7 +400,6 @@ a:focus {
margin: 0 6px; margin: 0 6px;
text-align: center; text-align: center;
font-size: 15px; font-size: 15px;
font-weight: normal;
line-height: 36px; } line-height: 36px; }
#orbitdiag .diag_holder .diag_holder_inner .diag_btn:hover { #orbitdiag .diag_holder .diag_holder_inner .diag_btn:hover {
outline: solid 2px white; } outline: solid 2px white; }
@ -425,8 +420,7 @@ a:focus {
[data-sizex="1"] .appname, .w1.h1 .appname { [data-sizex="1"] .appname, .w1.h1 .appname {
text-align: center; } text-align: center; }
[data-sizey="2"] .appname { [data-sizey="2"] .appname {
font-size: 21px; font-size: 21px; }
font-weight: normal; }
.hh2 .appname { .hh2 .appname {
position: relative; position: relative;
width: auto; width: auto;
@ -535,7 +529,6 @@ a:focus {
.s_title { .s_title {
font-size: 21px; font-size: 21px;
font-weight: normal;
line-height: 60px; line-height: 60px;
text-align: left; } text-align: left; }
.s_title.size_large { .s_title.size_large {
@ -561,7 +554,6 @@ a:focus {
display: block; display: block;
float: right; float: right;
font-size: 15px; font-size: 15px;
font-weight: normal;
line-height: 36px; line-height: 36px;
text-align: center; text-align: center;
border: 0; } border: 0; }
@ -617,8 +609,7 @@ a:focus {
.list_t_title { .list_t_title {
margin-bottom: 6px; margin-bottom: 6px;
color: #333; color: #333;
font-size: 15px; font-size: 15px; }
font-weight: normal; }
.list_t_des { .list_t_des {
line-height: 1.5em; line-height: 1.5em;

View File

@ -70,7 +70,7 @@ a:focus { outline: none; }
} }
.o-loading { .o-loading {
font-size: 13px; font-size: 13px;
font-weight: normal; // font-weight: normal;
.fullsize & { .fullsize & {
padding: 12px; padding: 12px;
@ -277,7 +277,7 @@ a:focus { outline: none; }
} }
li:first-child { li:first-child {
font-size: 18px; font-size: 18px;
font-weight: normal; // font-weight: normal;
} }
} }
/* panel */ /* panel */
@ -320,7 +320,7 @@ a:focus { outline: none; }
color: #333; color: #333;
margin: 10px 0 0 48px; margin: 10px 0 0 48px;
font-size: 15px; font-size: 15px;
font-weight: normal; // font-weight: normal;
} }
} }
} }
@ -360,7 +360,7 @@ a:focus { outline: none; }
margin: 0 6px; margin: 0 6px;
text-align: center; text-align: center;
font-size: 15px; font-size: 15px;
font-weight: normal; // font-weight: normal;
line-height: 36px; line-height: 36px;
&:hover { &:hover {
@ -392,7 +392,7 @@ a:focus { outline: none; }
} }
[data-sizey="2"] & { [data-sizey="2"] & {
font-size: 21px; font-size: 21px;
font-weight: normal; // font-weight: normal;
} }
.hh2 & { .hh2 & {
position: relative; position: relative;
@ -517,7 +517,7 @@ a:focus { outline: none; }
.s_title { .s_title {
font-size: 21px; font-size: 21px;
font-weight: normal; // font-weight: normal;
line-height: 60px; line-height: 60px;
text-align: left; text-align: left;
@ -546,7 +546,7 @@ a:focus { outline: none; }
display: block; display: block;
float: right; float: right;
font-size: 15px; font-size: 15px;
font-weight: normal; // font-weight: normal;
line-height: 36px; line-height: 36px;
text-align: center; text-align: center;
border: 0; border: 0;
@ -595,7 +595,7 @@ a:focus { outline: none; }
margin-bottom: 6px; margin-bottom: 6px;
color: #333; color: #333;
font-size: 15px; font-size: 15px;
font-weight: normal; // font-weight: normal;
} }
.list_t_des { .list_t_des {
line-height: 1.5em; line-height: 1.5em;