diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index f280686..3199666 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -1,8 +1,8 @@ body { -margin: 0px; -padding: 0px; -font-family: Verdana, Sans-Serif; -font-size: 14px; + margin: 0px; + padding: 0px; + font-family: Verdana, Sans-Serif; + font-size: 14px; background-image: url(../images/bg_bgheader.png); background-repeat: repeat-x; } @@ -41,25 +41,25 @@ height: 135px; } #boxes { -position: relative; -width: 800px; -left: 50%; -margin-left: -400px; + position: relative; + width: 800px; + left: 50%; + margin-left: -400px; } #box_3 { -width: 200px; -float: right; + width: 200px; + float: right; } #box_2 { -float: left; -width: 200px; + float: left; + width: 200px; } #box_1 { -margin-left: 205px; -margin-right: 205px; + margin-left: 205px; + margin-right: 205px; } #spinner { @@ -71,67 +71,67 @@ margin-right: 205px; } #footer { -margin: 0px; -padding: 5px; -text-align: center; -clear: both; -background: #c5d0df url("../images/bg_footer.png") top left repeat-x; + margin: 0px; + padding: 5px; + text-align: center; + clear: both; + background: #c5d0df url("../images/bg_footer.png") top left repeat-x; } /* Edition Mode */ #design_editor .block_list { -list-style: none; -margin: 0px; -padding: 3px; + list-style: none; + margin: 0px; + padding: 3px; } #design_editor .box { -border: 2px solid transparent; + border: 2px solid transparent; } #design_editor .hover { -border: 2px dotted red; -background: #ff6; + border: 2px dotted red; + background: #ff6; } #design_editor_toolbar { -padding: 5px; + padding: 5px; } #design_editor_toolbar h3 { -font-size: 10px; -background: #dfdfdf; -margin: 0px; -padding: 1px; -text-align: right; -color: #545454; + font-size: 10px; + background: #dfdfdf; + margin: 0px; + padding: 1px; + text-align: right; + color: #545454; } #design_editor_toolbar a { -font-size: 10px; -padding: 5px; -background: #dfdfdf; -color: black; + font-size: 10px; + padding: 5px; + background: #dfdfdf; + color: black; } .design_editor_box_toolbar { -text-align: center; -margin: 5px; -background: #dfdfdf; + text-align: center; + margin: 5px; + background: #dfdfdf; } .design_editor_box_toolbar a { -display: inline; -width: 30px; -font-size: 10px; -padding: 2px; -background: #dfdfdf; + display: inline; + width: 30px; + font-size: 10px; + padding: 2px; + background: #dfdfdf; } #design_editor_toolbar a:hover, .design_editor_box_toolbar a:hover { -background: #545454; -color: #ffffff; + background: #545454; + color: #ffffff; } -- libgit2 0.21.2