// A comment @page-width: 90%; @page-col-width: @page-width / 2; @post-font: arial; @post-font-size: 10pt; @outside-color: #737CA1; @inside-color: #FFFFFF; @hover-color: #DDDDDD; @pad-sugg: 1.5%; #HOURS { color: #444; text-align: center; margin-left:10px; font-size: 10pt; } .menu-day { display: block; float: left; width: 100%; margin-bottom: 20; .menu-day-announce { display: block; width: 100%; font-size: 13pt; letter-spacing: 2pt; border-width: 2pt; border-style: none none dotted none; margin-bottom: 5; } .menu-col { float: left; width: 33%; overflow: wrap; } ul { margin: 0; list-style: none; font-size: 11pt; li { margin-left: -30; } li.menu-descr { margin-left: -25; font-size: 10pt; } } } img { width: 100%; } .sugg-cont { margin-bottom: 20px; display: block; float: left; width: 100%; textarea { font-family: @post-font; font-size: @post-font-size; } .sugg-col1 { float: left; width: 20%; } .sugg-col2 { float: left; padding-left: 5%; width: 75%; textarea { margin:5 0 5 0; } } } #suggestions { padding: 0 @pad-sugg*3/2 0 0; } @sugg-margin: 15; .suggestion { display: block; margin: @sugg-margin 0 @sugg-margin/2 0; width: 100%; border-color: black; border-width: 2pt; border-style: none none none none; float: left; .sugg-date { font-size: 10pt; display: block; } .sugg-name { font-weight: bold; display: block; font-size: 10pt; } .sugg-post { padding: 0 0 5 0; display: block; font-family: @post-font; font-size: @post-font-size; } .sugg-reply-cont { float: left; margin-left: 15; margin-top: 5; padding-left: 5; border-style: none none none solid; border-color: @outside-color; border-width: 2pt; .sugg-reply { font-family: @post-font; font-size: @post-font-size; } .sugg-reply-date { font-weight: bold; font-size: 10pt; } } } #menu-search { width: 100%; font-style: Arial; font-size: 12pt; margin-bottom: @sugg-margin*2; } .small { font-weight: normal; font-size: 10pt; } .suggestion:hover { background-color: @hover-color; } @sugg-margin: 10; @sides: 10; #sugg-search-cont { font-size:12pt; display: block; margin: 0 0 @sugg-margin 0; #sugg-search { width: 100%; font-size: 12pt; font-family: Arial; } a { font-size:10pt; } }