init
This commit is contained in:
@@ -0,0 +1,471 @@
|
||||
/*Faliújság és értesítés közös cs*/
|
||||
.faliujsagertesites {
|
||||
width: 100%;
|
||||
background-color: #e5e9ec;
|
||||
}
|
||||
|
||||
.faliujsagertesites .felado {
|
||||
width: 300px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .felado span:nth-child(1) {
|
||||
width: 100%;
|
||||
float: right;
|
||||
color: #30a8cb;
|
||||
font-size: 16px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.faliujsagertesites .felado span:nth-child(2) {
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .kep {
|
||||
width: 50px;
|
||||
border-right: 5px solid white;
|
||||
padding-right: 20px;
|
||||
height: 60px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.faliujsagertesites .kep img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 25px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.faliujsagertesites .kep .nagykor {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
left: 62px;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .kep .kiskor {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
left: 67px;
|
||||
top: 25px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .uzenet {
|
||||
padding-left: 40px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .uzenet .uzenetkeret {
|
||||
height: 100%;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .uzenet .uzenetkeret h3 {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .kep .nagykorfeljebb {
|
||||
top: 13px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .kep .kiskorfeljebb {
|
||||
top: 18px;
|
||||
}
|
||||
|
||||
.jovobeliesemeny {
|
||||
background-color: #dd4b39;
|
||||
}
|
||||
|
||||
.elmultesemeny {
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
||||
.hatterszin {
|
||||
background-color: #e5e9ec;
|
||||
}
|
||||
|
||||
.kretakek {
|
||||
background: #30a8cb;
|
||||
}
|
||||
|
||||
.kretapirosbetuszin {
|
||||
color: #ff4444;
|
||||
}
|
||||
|
||||
.kreatkekbetuszin {
|
||||
color: #30a8cb;
|
||||
}
|
||||
|
||||
.kretazoldbetuszin {
|
||||
color: #14db17;
|
||||
}
|
||||
|
||||
.feherhatter {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.faliujsagertesites .uzenet .datum {
|
||||
float: left;
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
color: white;
|
||||
padding-top: 14px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .uzenet .nap {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.faliujsagertesites .uzenet .targy {
|
||||
float: left;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.faliujsagertesites .vonal {
|
||||
width: 50px;
|
||||
border-right: 5px solid white;
|
||||
}
|
||||
|
||||
.faliujsagertesites .szoveg {
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
padding: 20px 0px 20px 82px;
|
||||
}
|
||||
|
||||
.faliujsagertesites .honap {
|
||||
font-size: 24px;
|
||||
color: #30a8cb;
|
||||
}
|
||||
|
||||
/* -------------- */
|
||||
|
||||
.panel-group .panel-default .panel-collapse > .panel-body {
|
||||
border-top: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.nagyMenu {
|
||||
display: block;
|
||||
position: static;
|
||||
width: 100%;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.nagyMenu > li > a {
|
||||
display: block;
|
||||
padding: 5px 15px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 1.5em;
|
||||
white-space: normal;
|
||||
/*-moz-transition: all 0.2s ease;
|
||||
-o-transition: all 0.2s ease;
|
||||
-webkit-transition: all 0.2s ease;
|
||||
transition: all 0.2s ease;*/
|
||||
}
|
||||
|
||||
.nagyMenu > li > a:hover {
|
||||
text-decoration: none;
|
||||
color: #30a8cb;
|
||||
background-color: #e5e9ec;
|
||||
/*padding-left: 20px;
|
||||
-moz-transition: all 0.2s ease;
|
||||
-o-transition: all 0.2s ease;
|
||||
-webkit-transition: all 0.2s ease;
|
||||
transition: all 0.2s ease;*/
|
||||
}
|
||||
|
||||
.nagyMenu .nagyIkon {
|
||||
height: 50px;
|
||||
float: left;
|
||||
width: 50px;
|
||||
background-color: red;
|
||||
font-size: 18px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.nagyMenu .nagyIkon i {
|
||||
font-size: 26px;
|
||||
margin: 0px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nagyMenu .menupontEsSzoveg {
|
||||
min-height: 50px;
|
||||
/*float: left;*/
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
/*.nagyMenu > li > a:before {
|
||||
content: " \f054";
|
||||
font-family: FontAwesome;
|
||||
font-size: 12px;
|
||||
color: #dd4b39;
|
||||
margin-right: 5px;
|
||||
}*/
|
||||
|
||||
/* -------------- */
|
||||
|
||||
.ertesites {
|
||||
border-bottom: 1px solid #e5e9ec;
|
||||
border-top: 1px solid #e5e9ec;
|
||||
padding: 5px 0px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ertesitesikon {
|
||||
width: 30px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.ertesites > div > .cim {
|
||||
padding-left: 36px;
|
||||
}
|
||||
|
||||
.ertesites > div > .cim > p {
|
||||
font-weight: normal;
|
||||
/*font-size: 16px;*/
|
||||
font-family: 'Roboto Condensed';
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.ertesites > div > .cim > span {
|
||||
font-size: 12px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.ertesites > .kuka {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
body {
|
||||
/*background: grey;*/
|
||||
padding: 0px;
|
||||
font-family: 'Open Sans';
|
||||
}
|
||||
|
||||
.main {
|
||||
background-color: #e5e9ec !important;
|
||||
}
|
||||
|
||||
.row-eq-height {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.nb-item {
|
||||
-webkit-animation: fadein 2s;
|
||||
/* Safari, Chrome and Opera > 12.1 */
|
||||
-moz-animation: fadein 2s;
|
||||
/* Firefox < 16 */
|
||||
-ms-animation: fadein 2s;
|
||||
/* Internet Explorer */
|
||||
-o-animation: fadein 2s;
|
||||
/* Opera < 12.1 */
|
||||
animation: fadein 2s;
|
||||
}
|
||||
|
||||
.nb-item .nb-date {
|
||||
text-align: right;
|
||||
min-width: 80px;
|
||||
padding-top: 10px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.nb-item .nb-date span {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.nb-item .nb-date .year {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.nb-item .nb-date .day,
|
||||
.nb-item .nb-date .month {
|
||||
display: inline-block;
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
color: #30a8cb;
|
||||
color: #333366;
|
||||
}
|
||||
|
||||
.nb-item .nb-timeline {
|
||||
overflow: hidden;
|
||||
text-align: right;
|
||||
max-width: 40px;
|
||||
}
|
||||
|
||||
.nb-item .nb-timeline .nb-line {
|
||||
margin-bottom: -99999px;
|
||||
padding-bottom: 99999px;
|
||||
width: 4px;
|
||||
background-color: white;
|
||||
position: relative;
|
||||
float: right;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.nb-item .nb-timeline .nb-circle {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-color: #30a8cb;
|
||||
z-index: 20;
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
margin-right: 6px;
|
||||
float: right;
|
||||
border: 2px solid white;
|
||||
border-radius: 999px;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.nb-item .nb-content {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
background-color: white;
|
||||
box-shadow: 0 1px 1px 0 #e0e0e0;
|
||||
margin-right: 15px;
|
||||
border-radius: 2px;
|
||||
border-top: 2px solid #30a8cb;
|
||||
}
|
||||
|
||||
.nb-item .nb-content .subject {
|
||||
min-height: 36px;
|
||||
background-color: white;
|
||||
padding: 10px;
|
||||
margin: 0 -15px;
|
||||
}
|
||||
|
||||
.nb-item .nb-content .subject h4 {
|
||||
margin: 0;
|
||||
color: #445261;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.nb-item .nb-content .content {
|
||||
padding: 15px 10px 15px 10px;
|
||||
margin: 0 -15px;
|
||||
border-bottom: 1px solid #e5e9ec;
|
||||
}
|
||||
|
||||
.nb-item .nb-content .footer {
|
||||
padding: 10px;
|
||||
margin: 0 -15px;
|
||||
height: auto;
|
||||
display: inline-block;
|
||||
overflow: visible;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
.nb-item .nb-content .footer .author .image {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 9999px;
|
||||
background-size: cover;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.nb-item .nb-content .footer .author .info {
|
||||
float: left;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.nb-item .nb-content .footer .author .info span {
|
||||
display: block;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.nb-item .nb-content .footer .author .info .auth-name {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.nb-item .nb-content .footer .author .info .auth-title {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.nb-item:first-child .nb-line {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.nb-item:first-child .nb-circle {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.nb-item.highlighted .subject {
|
||||
background-color: #30a8cb;
|
||||
}
|
||||
|
||||
.nb-item.highlighted .subject h4 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
/* Firefox < 16 */
|
||||
@-moz-keyframes fadein {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
/* Safari, Chrome and Opera > 12.1 */
|
||||
@-webkit-keyframes fadein {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
/* Internet Explorer */
|
||||
@-ms-keyframes fadein {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
/* Opera < 12.1 */
|
||||
@-o-keyframes fadein {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user