Big changes f.e. changeing theme

This commit is contained in:
2015-04-17 13:44:04 +03:00
parent d09f65cece
commit 7f2f7fe494
51 changed files with 3404 additions and 2137 deletions

17
theme/css/sass/_vars.scss Normal file
View File

@@ -0,0 +1,17 @@
$white: #EEEEEE;
//$white: #DFDFDF;
$black: #272822;
$gray: #8E927E;
$prebg: #E6E6E6;
$accent1: #38C5C5;
$font1: 'Raleway', sans-serif;
$font2: 'Oswald', sans-serif;
$font3: 'PT Mono', monospace;
@mixin transition{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

216
theme/css/sass/blog.scss Normal file
View File

@@ -0,0 +1,216 @@
@import "vars.scss";
body{
color: $black;
background-color: $white;
font-family: $font1;
}
#sidebar{
background: url('../img/stressed_linen/stressed_linen.png') repeat;
position: fixed;
left: 0;
bottom: 0;
right: auto;
top: 0;
width: 25%;
min-width: 200px;
padding-left: 8px;
padding-right: 8px;
color: $white;
a{
color: $white;
text-decoration: none;
}
}
#site-title{
font-family: $font2;
font-size: 2em;
@include transition;
&:hover{
color: $accent1;
}
}
#site-desc{
font-size: 1.3em;
padding: 0 6px;
}
#post-container{
position: relative;
margin-left: 27%;
max-width: 800px;
overflow-wrap: break-word;
}
#nav-links{
list-style: none;
padding: 0;
font-family: $font2;
font-size: 2em;
font-variant: bold;
li{
margin: 12px 12px;
}
a{
padding: 0 24px;
border-radius: 24px;
display: inline-block;
border: 3px solid $white;
line-height: 1.8em;
@include transition;
}
a:hover{
border-color: $accent1;
color: $accent1;
}
}
#post-list{
list-style: none;
}
.post-entry{
margin: 3em 0;
}
.entry-header{
font-family: $font2;
font-variant: bold;
a{
color: $black;
text-decoration: none;
}
a:hover{
color: $accent1;
text-decoration: none;
}
time{
color: $gray;
}
h1{
margin: 0.5em 0;
}
}
.post-content{
a{
color: $accent1;
}
img{
display: block;
margin: 0 auto;
max-width: 80%;
}
blockquote{
font-style: italic;
}
pre{
font-size: 13px;
background-color: $prebg;
padding: 10px;
margin: 10px;
overflow: auto;
font-family: $font3;
}
}
.post-meta{
a{
font-style: italic;
color: $accent1;
}
}
.paginator{
text-align: center;
padding: 12px;
font-size: 1.4em;
font-family: $font2;
a{
color: $black;
text-decoration: none;
&:hover{
color: $accent1;
}
}
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
Theses examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (max-width: 800px) {
/* Style adjustments for viewports that meet the condition */
#sidebar{
position: static;
width: 100%;
padding: 0;
}
#post-container{
width: 100%;
position: static;
margin: 0;
padding: 0px;
}
#post-list{
padding: 0;
}
#nav-links{
text-align: center;
padding: 0;
font-size: 1.8em;
li{
display: inline;
margin-top: 6px;
}
a{
display: inline-block;
}
}
#site-title h1{
margin-top: 0;
}
#site-header{
margin-left: 18px;
}
.side-shadow {
-webkit-box-shadow: 0 3px 12px 3px $gray;
-moz-box-shadow: 0 3px 12px 3px $gray;
box-shadow: 0 3px 12px 3px $gray;
}
.post-entry{
padding: 0 12px;
}
}
@media only screen and (max-width: 640px) {
#nav-links{
font-size: 1.1em;
}
#site-desc{
font-size: 1em;
}
#site-title h1{
font-size: 1.3em;
margin: 0.1em 0px;
}
#site-info{
font-size: 0.6em;
}
}

View File

@@ -0,0 +1,80 @@
@import "vars.scss";
body{
//background: url('../img/aa.jpg') repeat;
background-color: $white;
}
#content-box{
//background-color: rgba(253,253,253,.08);
background: url('../img/stressed_linen/stressed_linen.png') repeat;
padding: 12px;
margin: 5% auto;
color: $white;
font-family: $font1;
font-size: 1.2em;
border-bottom: 2px solid $accent1;
}
#intro-header{
font-family: $font2;
text-align: center;
h1{
font-size: 3.5em;
margin-top: 12px;
margin-bottom: 12px;
}
}
.centered-nav{
text-align: center;
padding: 0;
li{
display: inline;
}
a{
@include transition;
display: inline-block;
color: $white;
text-decoration: none;
}
a:hover{
color: $accent1;
text-shadow: 0 0 12px $gray;
}
}
#nav-links{
font-family: $font2;
font-size: 1.8em;
a{
margin: 0 6px;
padding: 3px;
}
}
#nav-services{
li{
margin: 6px;
}
}
.svc-badge{
font-size: 36px;
width: 50px;
display: inline-block;
}
#contact-form{
text-align: center;
}
#contact-methods{
margin-top: 2em;
li{
margin: 0 24px ;
h3{
margin: 0.3em 0;
}
}
}

309
theme/css/sass/main.scss Normal file
View File

@@ -0,0 +1,309 @@
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
body {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Chrome Frame prompt
========================================================================== */
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
@import "vars.scss";
#site-info{
margin-top: 1.5em;
font-size: 0.7em;
text-align: center;
color: $accent1;
a{
color: $white;
}
}
.side-shadow {
-webkit-box-shadow: 3px 0px 8px 0px $gray;
-moz-box-shadow: 3px 0px 8px 0px $gray;
box-shadow: 3px 0px 8px 0px $gray;
}
.angle-shadow {
-webkit-box-shadow: 6px 6px 8px 3px $gray;
-moz-box-shadow: 6px 6px 8px 3px $gray;
box-shadow: 6px 6px 8px 3px $gray;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
Theses examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}