Merge pull request #3985 from hoergen/develop

Plusminus vier theme: Added some styles and removed typos
This commit is contained in:
Hypolite Petovan 2017-11-29 18:59:58 -05:00 committed by GitHub
commit a5e9117524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 49 additions and 12 deletions

View File

@ -9,6 +9,7 @@ h2 {
font-size: 16px; font-size: 16px;
color: blue; color: blue;
background-color: #EEEEEE; background-color: #EEEEEE;
border-radius:5px;
} }
h3 { h3 {
@ -17,20 +18,13 @@ h3 {
} }
h4 { font-size: 14px;} h4 { font-size: 14px;}
.settings-heading { h5 {
font-size: 18px; font-size: 16px;
color: black; color: black;
font-weight: bold;
background-color: #cfcece; background-color: #cfcece;
border-radius:5px;
} }
.setings-contend-block {
background-color: white;
}
#settings-form {
background-color: whitesmoke;
}
nav { nav {
background: #fff; background: #fff;
@ -201,11 +195,13 @@ nav #nav-search-box #nav-search-text {
.widget h3 { .widget h3 {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
border-radius:5px;
font-size: 14px; font-size: 14px;
font-weight: initial; font-weight: initial;
background-color: #EEEEEE; background-color: #EEEEEE;
color: #505050; color: #505050;
font-weight: bolder; font-weight: bolder;
width: 100%;
} }
/* Timeline */ /* Timeline */
@ -254,6 +250,7 @@ div.pager, ul.tabs {
border-left: 2px solid #D2D2D2; border-left: 2px solid #D2D2D2;
margin-top: 10px; margin-top: 10px;
margin-bottom:10px; margin-bottom:10px;
padding-left: 5px;
} }
.wall-item-content strong { color:#565656; } .wall-item-content strong { color:#565656; }
@ -291,6 +288,10 @@ div.pager, ul.tabs {
line-height: 5px; line-height: 5px;
} }
.icon-commenting::before {
font-size: 17px;
}
.wall-item-tags { font-size:10px; } .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;}
@ -374,8 +375,8 @@ select {
option { option {
background:white; background:white;
border-top:0px solid #000; border-top:0px solid #000;
height:15px; height:18px;
font-size:10px; font-size:14px;
} }
/* styling */ /* styling */
@ -386,3 +387,39 @@ select {
height:20px; height:20px;
} }
/* Settings */
.ps-theme-default h1,h2,h3,h4,h5{
color:black;
border-radius:5px;
}
.settings-heading * {
color: black;
}
.settings-heading {
font-size: 18px;
font-weight: bold;
background-color: #cfcece;
border-radius: 5px;
}
.setings-contend-block {
background-color: white;
}
#settings-form {
background-color: whitesmoke;
}
.field_help {
font-size:12px;
display: block;
margin-left: 20px;
color: #666666;
}
.field label {
width: 300px;
}