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
@echo off | |
set folder=X:\ | |
set filemask=*.log | |
set daysToKeep=20 | |
set command="del" | |
set runOnDays=WED,SUN | |
set runOnTime=23:00:00 | |
set taskname=deleteLogs |
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
@echo off | |
set sourceMapping=X: | |
set sourceUNC=\\Server\folder | |
set sourceUser=user | |
set destination=C:\folder | |
set folderBackup=Backup | |
set folderError=Error | |
set folder=Folder | |
set filemask=*.* |
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 { |
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
/** | |
* 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
/** | |
* 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
/** | |
* 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
/** | |
* 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
/** | |
* horizontal + vertical centering | |
*/ | |
html, body { | |
height: 100%; | |
padding:0; | |
margin:0; | |
} | |