Merge pull request #3981 from hoergen/develop
added some more minimalism, added annotations, removed some blank lines
This commit is contained in:
commit
775705acb9
1 changed files with 104 additions and 79 deletions
|
@ -1,38 +1,35 @@
|
||||||
|
|
||||||
|
|
||||||
/* Modifications by https://horche.demkontinuum.de/profile/hoergen */
|
/* Modifications by https://horche.demkontinuum.de/profile/hoergen */
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: blue;
|
color: blue;
|
||||||
background-color: whitesmoke;
|
background-color: #EEEEEE;
|
||||||
/* background-color: #ededed; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
}
|
||||||
h4 { font-size: 14px;}
|
h4 { font-size: 14px;}
|
||||||
|
|
||||||
.settings-heading {
|
.settings-heading {
|
||||||
|
font-size: 18px;
|
||||||
font-size: 18px;
|
color: black;
|
||||||
color: black;
|
font-weight: bold;
|
||||||
font-weight: bold;
|
background-color: #cfcece;
|
||||||
background-color: #cfcece;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.setings-contend-block {
|
.setings-contend-block {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings-form {
|
#settings-form {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
@ -61,7 +58,6 @@ nav a:hover,
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .nav-notify {
|
nav .nav-notify {
|
||||||
/* background-color: #427FED; */
|
|
||||||
background-color: #CB4437;
|
background-color: #CB4437;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
right: -4px;
|
right: -4px;
|
||||||
|
@ -76,7 +72,6 @@ nav .nav-menu-icon .nav-notify {
|
||||||
|
|
||||||
nav .nav-menu.selected a {
|
nav .nav-menu.selected a {
|
||||||
color: #000;
|
color: #000;
|
||||||
/* font-weight: bold; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .nav-menu:hover,
|
nav .nav-menu:hover,
|
||||||
|
@ -209,13 +204,29 @@ nav #nav-search-box #nav-search-text {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: initial;
|
font-weight: initial;
|
||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
|
color: #505050;
|
||||||
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Timeline */
|
||||||
|
|
||||||
|
div.pager, ul.tabs {
|
||||||
|
border-radius:5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Post*/
|
||||||
|
|
||||||
|
#profile-jot-form { border-radius: 5px; }
|
||||||
|
|
||||||
|
.tread-wrapper { border-radius: 5px; }
|
||||||
|
|
||||||
|
/* Post header */
|
||||||
|
|
||||||
.wall-item-container .wall-item-name,
|
.wall-item-container .wall-item-name,
|
||||||
.wall-item-container .shared-author {
|
.wall-item-container .shared-author {
|
||||||
color: #AAA;
|
color: #555;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size:13px;
|
font-size:10px;
|
||||||
-webkit-transition: all 0.2s ease-in-out;
|
-webkit-transition: all 0.2s ease-in-out;
|
||||||
-moz-transition: all 0.2s ease-in-out;
|
-moz-transition: all 0.2s ease-in-out;
|
||||||
-o-transition: all 0.2s ease-in-out;
|
-o-transition: all 0.2s ease-in-out;
|
||||||
|
@ -236,103 +247,122 @@ nav #nav-search-box #nav-search-text {
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-like {
|
.dt-published { font-size:10px; }
|
||||||
font-size:12px;
|
|
||||||
|
/* Post content */
|
||||||
|
.wall-item-content blockquote {
|
||||||
|
border-left: 2px solid #D2D2D2;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wall-item-content strong { color:#565656; }
|
||||||
|
|
||||||
.wall-item-actions-autho{
|
.wall-item-network { font-size:10px; }
|
||||||
font-size:12px;
|
|
||||||
font-weight:normal;
|
.mention { font-size:12px;}
|
||||||
margin-bottom: -0.7em;
|
|
||||||
|
.tag { font-size:12px; }
|
||||||
|
|
||||||
|
.type-link, .type-video {
|
||||||
|
border-top: 0px solid #D2D2D2;
|
||||||
|
border-bottom: 0px solid #D2D2D2;
|
||||||
|
display: block;
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-tags {
|
.type-link blockquote{
|
||||||
font-size:12px;
|
border-left: 2px solid #D2D2D2;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom:10px;
|
||||||
|
padding-left: 5px;
|
||||||
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Post footer */
|
||||||
|
.wall-item-like { font-size:12px; }
|
||||||
|
|
||||||
|
.wall-item-actions-author{
|
||||||
|
font-size:10px;
|
||||||
|
font-weight:normal;
|
||||||
|
margin-bottom: -0.7em;
|
||||||
|
line-height: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wall-item-tags { font-size:10px; }
|
||||||
|
|
||||||
.wall-item-container.comment .contact-photo { height:25px; width:25px;}
|
.wall-item-container.comment .contact-photo { height:25px; width:25px;}
|
||||||
|
|
||||||
#item-delete-selected {
|
#item-delete-selected { font-size:12px; }
|
||||||
font-size:12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.item-select {
|
.item-select {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: #000;
|
background: #000;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.contact-menu {
|
.contact-menu {
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
padding-top:0px;
|
padding-top:0px;
|
||||||
padding-bottom:0px;
|
padding-bottom:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wall-item-bottom { font-size: 14px; }
|
||||||
|
|
||||||
.wall-item-bottom {
|
/* comments */
|
||||||
font-size: 14px;
|
|
||||||
}
|
.wall-item-like { font-size:10px; }
|
||||||
|
|
||||||
|
.wall-item-container.comment { border-bottom: 0px; }
|
||||||
|
|
||||||
.hide-comments-outer {
|
.hide-comments-outer {
|
||||||
margin-left: 80px;
|
margin-left: 80px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
width: 660px;
|
width: 660px;
|
||||||
border-bottom: 1px solid #BDCDD4;
|
border-bottom: 0px;
|
||||||
border-top: 1px solid #BDCDD4;
|
border-top: 0px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.fakelink {
|
.fakelink {
|
||||||
color: #36c;
|
color: #36c;
|
||||||
/* color: #3e3e8c; */
|
|
||||||
/* color: #3465A4; */
|
|
||||||
/* color: #3E3E8C; */
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calendar */
|
/* Calendar */
|
||||||
.fc-body {
|
|
||||||
background-color: white;
|
.fc-body { background-color: white; }
|
||||||
}
|
|
||||||
|
|
||||||
.fc-content, .fc-widget {
|
.fc-content, .fc-widget {
|
||||||
background-color: #a7ecff;
|
background-color: #a7ecff;
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: normal;
|
text-decoration: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-toolbar {
|
.fc-toolbar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
background: white;
|
background: white;
|
||||||
}:wq
|
}
|
||||||
|
|
||||||
|
|
||||||
.fc-day-grid-event .fc-time {
|
.fc-day-grid-event .fc-time {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
|
||||||
|
|
||||||
.fc-title, fc-time {
|
|
||||||
text-decoration: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.fc-unthemed .fc-today {
|
|
||||||
background: #f9ff97;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fc-title, fc-time { text-decoration: normal; }
|
||||||
|
|
||||||
|
.fc-unthemed .fc-today { background: #f9ff97; }
|
||||||
|
|
||||||
/* remove standard-styles */
|
/* remove standard-styles */
|
||||||
|
|
||||||
select {
|
select {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
@ -343,13 +373,11 @@ select {
|
||||||
|
|
||||||
option {
|
option {
|
||||||
background:white;
|
background:white;
|
||||||
border-top:2px solid #000;
|
border-top:0px solid #000;
|
||||||
height:15px;
|
height:15px;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* styling */
|
/* styling */
|
||||||
select {
|
select {
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
|
@ -358,6 +386,3 @@ select {
|
||||||
height:20px;
|
height:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue