Skip to content

Instantly share code, notes, and snippets.

/**
* 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;
@ramsesoriginal
ramsesoriginal / index.php
Created March 9, 2012 10:59
PJAX-PHP: Untested Code, just as a sample how one coudl theoretically implement PJAX with PHP
<?php
$render_template=true;
if ($_SERVER["HTTP_X_PJAX"])
{
$render_template=false;
}
?>
<?php
if ($render_template) {
@ramsesoriginal
ramsesoriginal / dabblet.css
Created March 12, 2012 15:03
horizontal + vertical centering
/**
* horizontal + vertical centering
*/
html, body {
height: 100%;
padding:0;
margin:0;
}
@ramsesoriginal
ramsesoriginal / dabblet.css
Created March 15, 2012 11:10
Figure tabbing slidshow stuff
/**
* Figure tabbing slidshow stuff
*/
* {
box-sizing: border-box;
transition: all 0.5s ease;
vertical-align: middle;
}
@ramsesoriginal
ramsesoriginal / dabblet.css
Created March 15, 2012 13:36
form structur für Peter
/**
* form structur für Peter
*/
* {
box-sizing: border-box;
transition: all 0.5s ease;
vertical-align: middle;
}
html {
@ramsesoriginal
ramsesoriginal / dabblet.css
Created March 16, 2012 22:46
Form für Peter
/**
* 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;
@ramsesoriginal
ramsesoriginal / dabblet.css
Created March 19, 2012 19:04
checkedHat bluePrint
/**
* 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;
@ramsesoriginal
ramsesoriginal / dabblet.css
Created March 20, 2012 16:32 — forked from anonymous/dabblet.css
checkedHat bluePrint
/**
* 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;
@ramsesoriginal
ramsesoriginal / dabblet.css
Created March 21, 2012 21:04
Sliding menu
/**
* Sliding menu
*/
* {
box-sizing: border-box;
}
html {
@ramsesoriginal
ramsesoriginal / dabblet.css
Created April 19, 2012 09:37
Test SVG (mybe even paw)
/**
* Test SVG (mybe even paw)
*/
@import url(http://fonts.googleapis.com/css?family=Vollkorn:700|Play);
*{
fill:none;
stroke: #000000;
}
body {