This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Switches | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:900,400,500,700); | |
@import url(http://fonts.googleapis.com/css?family=Economica:400,700); | |
* { | |
box-sizing: border-box; | |
transition: all 0.5s ease; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$render_template=true; | |
if ($_SERVER["HTTP_X_PJAX"]) | |
{ | |
$render_template=false; | |
} | |
?> | |
<?php | |
if ($render_template) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* horizontal + vertical centering | |
*/ | |
html, body { | |
height: 100%; | |
padding:0; | |
margin:0; | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Figure tabbing slidshow stuff | |
*/ | |
* { | |
box-sizing: border-box; | |
transition: all 0.5s ease; | |
vertical-align: middle; | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* form structur für Peter | |
*/ | |
* { | |
box-sizing: border-box; | |
transition: all 0.5s ease; | |
vertical-align: middle; | |
} | |
html { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Form für Peter | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Lobster|Open+Sans); | |
* { | |
box-sizing: border-box; | |
transition: all 0.5s ease; | |
vertical-align: middle; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* checkedHat bluePrint | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Cabin:400,700,400italic,700italic|Lobster); | |
* { | |
box-sizing: border-box; | |
transition: all 0.5s ease; | |
vertical-align: middle; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* checkedHat bluePrint | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Cabin:400,700,400italic,700italic|Lobster); | |
* { | |
box-sizing: border-box; | |
transition: all 0.5s ease; | |
vertical-align: middle; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Sliding menu | |
*/ | |
* { | |
box-sizing: border-box; | |
} | |
html { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Test SVG (mybe even paw) | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Vollkorn:700|Play); | |
*{ | |
fill:none; | |
stroke: #000000; | |
} | |
body { |