Transformed changes into its own Vier style
This commit is contained in:
parent
31730ec75b
commit
db1ef0bfcf
3 changed files with 2695 additions and 16 deletions
2688
view/theme/vier/breathe.css
Normal file
2688
view/theme/vier/breathe.css
Normal file
File diff suppressed because it is too large
Load diff
|
@ -40,7 +40,8 @@ function vier_form(&$a, $style){
|
||||||
$styles = array(
|
$styles = array(
|
||||||
"shadow"=>"Shadow",
|
"shadow"=>"Shadow",
|
||||||
"flat"=>"Flat",
|
"flat"=>"Flat",
|
||||||
"netcolour"=>"Coloured Networks"
|
"netcolour"=>"Coloured Networks",
|
||||||
|
"breathe"=>"Breathe"
|
||||||
);
|
);
|
||||||
$t = get_markup_template("theme_settings.tpl" );
|
$t = get_markup_template("theme_settings.tpl" );
|
||||||
$o .= replace_macros($t, array(
|
$o .= replace_macros($t, array(
|
||||||
|
|
|
@ -217,6 +217,7 @@ div.pager {
|
||||||
|
|
||||||
#live-network {
|
#live-network {
|
||||||
/* border-bottom: 1px solid #BDCDD4; */
|
/* border-bottom: 1px solid #BDCDD4; */
|
||||||
|
border-bottom: 1px solid #D2D2D2;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
|
@ -325,12 +326,12 @@ code {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
border: 1px solid #444;
|
||||||
background: #EEE;
|
background: #EEE;
|
||||||
color: #444;
|
color: #444;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
#panel {
|
#panel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -519,7 +520,7 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .icon {
|
nav .icon {
|
||||||
color: #fff;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:active,
|
nav a:active,
|
||||||
|
@ -528,7 +529,7 @@ nav a:link,
|
||||||
nav a {
|
nav a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: #fff;
|
color: #ccc;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
|
@ -574,7 +575,6 @@ nav #search-box #search-text {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .nav-menu-icon {
|
nav .nav-menu-icon {
|
||||||
|
@ -731,10 +731,9 @@ ul.menu-popup {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
border: 1px solid #364e59;
|
border: 3px solid #364e59;
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
|
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
ul.menu-popup a {
|
ul.menu-popup a {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1083,7 +1082,6 @@ section.minimal {
|
||||||
.tread-wrapper {
|
.tread-wrapper {
|
||||||
/* border-bottom: 1px solid #BDCDD4; */
|
/* border-bottom: 1px solid #BDCDD4; */
|
||||||
border-bottom: 1px solid #D2D2D2;
|
border-bottom: 1px solid #D2D2D2;
|
||||||
border-radius: 10px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -1366,7 +1364,6 @@ h2 {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
border-radius: 5px;
|
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
}
|
}
|
||||||
.wall-item-comment-wrapper .comment-edit-text-full {
|
.wall-item-comment-wrapper .comment-edit-text-full {
|
||||||
|
@ -1425,7 +1422,6 @@ h2 {
|
||||||
|
|
||||||
#profile-jot-form {
|
#profile-jot-form {
|
||||||
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
||||||
border-radius: 10px;
|
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
@ -1440,7 +1436,6 @@ h2 {
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-jot-form #jot-title, #profile-jot-form #jot-category {
|
#profile-jot-form #jot-title, #profile-jot-form #jot-category {
|
||||||
|
@ -1897,7 +1892,6 @@ ul.tabs a {
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
padding: 0px 12px 0px 12px;
|
padding: 0px 12px 0px 12px;
|
||||||
color: #444;
|
color: #444;
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tabs a {
|
ul.tabs a {
|
||||||
|
@ -1908,7 +1902,6 @@ ul.tabs a {
|
||||||
#birthday-notice, #event-notice {
|
#birthday-notice, #event-notice {
|
||||||
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#birthday-wrapper, #event-wrapper {
|
#birthday-wrapper, #event-wrapper {
|
||||||
|
@ -1924,7 +1917,6 @@ ul.tabs a {
|
||||||
div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
|
div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
|
||||||
padding: 2px 7px 2px 7px;
|
padding: 2px 7px 2px 7px;
|
||||||
color: black;
|
color: black;
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pager, .birthday-notice, ul.tabs a, .comment-edit-submit-wrapper .fakelink {
|
div.pager, .birthday-notice, ul.tabs a, .comment-edit-submit-wrapper .fakelink {
|
||||||
|
@ -2318,7 +2310,6 @@ a.mail-list-link {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vevent .event-description, .vevent .event-location {
|
.vevent .event-description, .vevent .event-location {
|
||||||
|
@ -2580,7 +2571,6 @@ a.mail-list-link {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
.mail-list-wrapper span {
|
.mail-list-wrapper span {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue