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 (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.7) | |
// ---- | |
%message { | |
border: 1px solid; | |
padding: 1em; | |
} |
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
<p class="message"> | |
Fehlermeldung | |
</p> | |
<p class="error"> | |
Fehlermeldung | |
</p> | |
<p class="success"> | |
Erfolgsmeldug |
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
<article id="s0"> | |
<h1>Artikel 0</h1> | |
<p>Blah Blah...</p> | |
</article> | |
<article id="s1"> | |
<h1>Artikel 1</h1> | |
<p>Blah Blah...</p> | |
</article> | |
<article id="s2"> | |
<h1>Artikel 2</h1> |
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
<dic class="error"> | |
<h1>Fehlermeldung</h1> | |
<p> | |
<a href="#irgendwo">Link</a> normaler Text | |
</p> | |
</dic> |
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 (v3.3.3) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
$theme-font-size: 16px; | |
$theme-font-color: #333; | |
$theme-background-color: lighten($theme-font-color, 75%); | |
body { |
NewerOlder