@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Raleway);
html{
box-sizing: border-box;
}
*, *:after,*:before{
box-sizing: inherit;
font-smooth: never;
-webkit-font-smoothing : antialiased;
font-weight: normal;
}
body{
background: #fff;
font-family: 'Railway', sans-serif;
font-size: 14px;
overflow-x: hidden;
margin: 0;
padding: 0;
}
/* HA BALOLDALI SIDEBAR + KÖZÉPSŐ SÁV SZERKEZETET HASZNÁLSZ */
.sitemain .sitecol:first-child{ /*ha baloldalon van a sidebar - jobboldali egyetlen sidebar esetén :frist-child helyett :nth-child(2) -t írj*/
background-color: #151A1E;
color: #5B6064;
margin: 0;
width: 25%;
}
.sitemain .sitecol:nth-child(2){
background-color: #FFFFFF; /* a középső sávot formája jobbolali sidebar esestén nth-child(1) legyen */
color: #5B5B5B;
padding: 2rem;
min-width: 25%;
width: auto;
}
/* - EDDIG - */
.sitemain .sitecol:nth-child(3){ /* ha mindkét oldalra tennél sidebart, ez formázza a jobboldalit */
background-color: #151A1E;
color: #5B6064;
margin: 0;
width: 20%;
}
.column_main_td, .column_side_td{
padding: 0px;
}
.column_side, .colum_main{
width: 100%;
font-family: 'Railway', sans-serif;
}
.column_side .modtitle{
background-color: #20252B;
color: #D5D6D8;
padding: 3%;
margin: 0;
}
.column_side .modtitle > div:before{
font-family: FontAwesome;
content: '\f067 ';
padding: 2%;
}
.column_side .modbody{
padding: 3%;
}
.sitemain .sitecol:nth-child(2){
background-color: #FFFFFF;
color: #5B5B5B;
padding: 2rem;
min-width: 25%;
width: auto;
}
a, a:hover{
text-decoration: none;
}
.column_side a{
color: #BEC1BC;
}
.column_main_td .modtitle, .column_main_td div[id^="post_"] > a > h2{
text-align: center;
color: #726E64;
font-size: 24px !important;
font-weight: bold;
}
.column_main_td .modtitle, .column_main_td div[id^="post_"] h2{
color: #202529;
font-size: 21px !important;
font-weight: bold;
background: ;
text-transform: uppercase;
}
.column_main_td .txtmini, .column_main_td .blogpostdate, .column_main_td .blogtags{
font-style: normal !important;
font-size: 100% !important;
}
.column_main_td div[id^="post_"] div:last-of-type table tbody tr{
background-color: #151A1E;
color: #BEC1BC;
}
.column_main_td div[id^="post_"] div:last-of-type table tbody tr td{
padding: 2%;
}
.column_main_td div[id^="post_"] div:last-of-type table tbody tr a{
color: #BEC1BC;
}
.txtmini{
font-style: normal !important;
}
.column_main_td .txtmini:before, .column_main_td .blogpostdate:before, .column_side_td .modbody .txtmini:before{
content: '\f017 ';
font-family: FontAwesome;
padding: 0 1%;
font-style: normal;
}
.column_main_td .blogtags:before{
content: '\f02c ';
font-family: FontAwesome;
padding: 0 1%;
}
.txtnormal a:after{
content: '\f0a9 ';
font-family: FontAwesome;
padding: 0 1%;
}
.txtnormal .txtnormal a:after{
content: ' ';
font-family: FontAwesome;
padding: 0 2%;
}
.txtnormal .txtnormal a:before{
content: '\f073 ';
font-family: FontAwesome;
padding: 0 2%;
}
.column_main_td .txtmini{
float: left;
padding: 0% 0%;
}
.column_main_td .blogtags{
text-align: right;
width: 100%;
}
.blogtags a{
background-color: #F0F0F0;
display: inline-block;
padding: 1%;
margin: 1%;
color: #A6A6A6;
}
.column_main_td .txtbold{
clear: both;
text-align: center;
width: 100%;
font-size: 100% !important;
}
.column_main_td p{
text-align: justify;
line-height: 24px;
}
.column_main_td div[id^="post_"] div > p:before{
clear: both;
}
.column_main_td div[id^="post_"] div > p:first-child{
clear: both;
margin-top: 50px;
}
input, select{
background: #fff;
color: #A6A6A6;
padding: 2%;
margin: 2% 0%;
border: 1px solid #eee;
}
input[type="submit"]{
background-color: #1E252B;
color: #FDFDFD;
border: none;
}
form[name="loginform"] input{
min-width: 60%;
}
form[name="loginform"]:before{
font-family: FontAwesome, 'Railway', sans-serif;
content: '\f007 ';
padding: 1%;
position: relative;
}
.menu a:before{
content: '\f0c1 ';
font-family: FontAwesome;
padding: 1%;
}
.menu a{
width: 100%;
display: block;
padding: 2% 1%;
border-bottom: 1px solid #20252B;
background: transparent;
transition: all 1s;
}
.menu a:hover{
background: #20252B;
}
a{
color: #1E252B;
}
a:hover{
color: #a1a1a1;
transition: all 1s;
}
p{
text-align: justify;
line-height: 24px;
}
ul li, ol li, li{
text-align: justify;
margin-bottom: 1em;
}
.txtbold{
line-height: 21px;
}
.column_main_td div img, .column_main_td .modbody img, .column_main_td .txtnormal img{
max-width: 100%;
height: auto !important;
margin: 3% 0%;
}
.pageshare img, .list1 img{
margin: 0 !important;
}
::selection{
background-color: #151A1E;
color: #ccc;
}
img[src="image/spacer.gif"]{
margin: 0% !important;
width: 1px !important;
height: 1px !important;
}
@media screen and (max-width: 680px) {
.sitemain .sitecol, .column_side_td {
width: 100% !important;
display:block;
}
}