94 lines
1.5 KiB
Plaintext
Executable File
94 lines
1.5 KiB
Plaintext
Executable File
#left_column {
|
|
.text_block {
|
|
background: #f6f6f6;
|
|
padding-bottom: 5px;
|
|
|
|
h5 {
|
|
display: block;
|
|
font-size: 18px;
|
|
color: @color_text;
|
|
text-transform: uppercase;
|
|
font-weight: normal;
|
|
padding: 12px 10px 10px;
|
|
margin-bottom: 5px;
|
|
clear: both;
|
|
}
|
|
|
|
.content {
|
|
overflow: auto;
|
|
}
|
|
|
|
p a {
|
|
color: @color_link;
|
|
text-decoration: none;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
p.left {
|
|
float: left;
|
|
font-size: 40px;
|
|
color: @color_text;
|
|
text-transform: uppercase;
|
|
font-weight: normal;
|
|
text-shadow: 2px 2px 0px #222222;
|
|
width: 80px;
|
|
text-align: center;
|
|
padding-right: 0px;
|
|
vertical-align: middle;
|
|
|
|
a {
|
|
font-size: 40px;
|
|
text-shadow: 2px 2px 0px #222222;
|
|
text-transform: uppercase;
|
|
font-weight: normal;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
p.right {
|
|
float: right;
|
|
width: 150px;
|
|
height: 45px;
|
|
vertical-align: middle;
|
|
padding-top: 15px;
|
|
}
|
|
}
|
|
|
|
.text_block2 {
|
|
background: #ffffff;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 20px;
|
|
.boxshadow(1px 2px 1px #cccccc);
|
|
|
|
h5 {
|
|
display: block;
|
|
font-size: 18px;
|
|
color: @color_title;
|
|
font-weight: normal;
|
|
padding: 12px 0px 10px;
|
|
margin: 0px 10px 2px;
|
|
border-bottom: 1px solid #cccccc;
|
|
}
|
|
}
|
|
|
|
.facebook_block {
|
|
background: #ffffff;
|
|
padding: 0px;
|
|
line-height: 0px;
|
|
font-size: 0px;
|
|
.boxshadow(1px 2px 1px #cccccc);
|
|
}
|
|
|
|
.text_block,
|
|
.text_block2 {
|
|
p {
|
|
color: @color_text;
|
|
font-size: 12px;
|
|
line-height: 1.5em;
|
|
padding: 8px 0px 5px;
|
|
margin: 0px 10px;
|
|
border-top: 1px solid #cccccc;
|
|
}
|
|
}
|
|
}
|