fix styles
This commit is contained in:
44
style.css
44
style.css
@@ -468,6 +468,17 @@ a{
|
|||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mainmenu a:hover,
|
||||||
|
#head_mail a:hover,
|
||||||
|
.event a:hover,
|
||||||
|
.main-card-title a:hover,
|
||||||
|
.mini-card-title a:hover,
|
||||||
|
.menu_footer a:hover,
|
||||||
|
.publs_right_item a:hover
|
||||||
|
{
|
||||||
|
color: #F18129;
|
||||||
|
}
|
||||||
|
|
||||||
.fulltext a{
|
.fulltext a{
|
||||||
color: #2D9CDB;
|
color: #2D9CDB;
|
||||||
}
|
}
|
||||||
@@ -1361,7 +1372,7 @@ a{
|
|||||||
}
|
}
|
||||||
|
|
||||||
#socials a:hover{
|
#socials a:hover{
|
||||||
margin-top: -4px;
|
margin-top: -12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1471,6 +1482,11 @@ img-fluid{
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mainlogo{
|
||||||
|
width: 240px;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.main-card-title{
|
.main-card-title{
|
||||||
@@ -1653,12 +1669,18 @@ img-fluid{
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mainlogo{
|
||||||
|
width: 240px;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** mobile **/
|
/** mobile **/
|
||||||
@media only screen
|
@media only screen
|
||||||
and (min-device-width : 375px)
|
and (min-device-width : 340px)
|
||||||
and (max-device-width : 667px) {
|
and (max-device-width : 667px) {
|
||||||
|
|
||||||
#content{
|
#content{
|
||||||
@@ -1684,6 +1706,24 @@ and (max-device-width : 667px) {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mainlogo{
|
||||||
|
width: 240px;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainpage-title{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-card-title{
|
||||||
|
font-size: 18px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-card-text{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user