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
sass --update | |
sass --update sytle.scss | |
sass --update style.scss:style.css | |
sass --update folder:folder | |
sass --watch folder:folder |
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
ls - list files and folders | |
clear - reset terminal | |
cd .. - one folder back |
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
// regular arguments | |
@mixin customBorder ($width, $color, $style) { | |
border: { | |
width: $width; | |
color: $color; | |
style: $style; | |
} | |
} |
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
// define @font-face with compass | |
@include font-face("KlavikaBold-Basic", font-files("KlavikaBasic-Bold_latin.woff", "KlavikaBasic-Bold_latin.ttf", "KlavikaBasic-Bold_latin.svg"), "KlavikaBasic-Bold_latin.eot"); | |
// define font-family on html tag | |
h1 { | |
font-family: KlavikaBold-Basic; | |
} |
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
git add . | |
git commit -m "comment" | |
git push |
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
lib.headerimage = IMG_RESOURCE | |
lib.headerimage { | |
file { | |
import.data = levelmedia:-1, slide | |
treatIdAsReference = 1 | |
import.listNum = 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
#header styles | |
lib.stdheader.10.10 < lib.stdheader.10.1 | |
lib.stdheader.10.10 { | |
dataWrap = <h1>|</h1> | |
} | |
lib.stdheader.10.11 < lib.stdheader.10.1 | |
lib.stdheader.10.11 { | |
dataWrap = <h2>|</h2> | |
} |
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
# bodyTag | |
page.bodyTag > | |
page.bodyTagCObject = TEXT | |
page.bodyTagCObject.field = uid | |
page.bodyTagCObject.wrap = <body id="page-|"> |
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
lib.logo = IMAGE | |
lib.logo { | |
file = fileadmin/templates/verovis/img/verovisLogo.png | |
stdWrap.typolink.parameter = 2 | |
// stdWrap.typolink.ATagParams = class="home" | |
stdWrap.typolink.title = zur Startseite | |
# wrap it all as you like | |
wrap = <p class="logo pull-right">|</p> | |
} |
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
lib.headerimage = IMAGE | |
lib.headerimage { | |
file { | |
import.data = levelmedia:-1, slide | |
treatIdAsReference = 1 | |
import.listNum = 0 | |
} | |
} | |
#include in html |