48 lines
507 B
Plaintext
48 lines
507 B
Plaintext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@main-color : black;
|
|
@font1 : Palatino, Times, Arial, sans-serif;
|
|
@font2: Palatino, Times, Arial, sans-serif;
|
|
|
|
@font_title : "gondola_sdregular", Arial, sans-serif;
|
|
|
|
@import "public/framework/bootstrap.less";
|
|
@import "public/structure.less";
|
|
@import "public/inner.less";
|
|
|
|
@import "shared/formtastic.less";
|
|
|
|
|
|
|
|
body{
|
|
font-family :@font1;
|
|
font-size:14px;
|
|
color:rgb(50,50,50);
|
|
background :black ;
|
|
|
|
|
|
|
|
.row-fluid{
|
|
|
|
margin:0 2.5%;
|
|
width:95%;
|
|
margin:auto;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|