fixes detected by holmes.css
This commit is contained in:
parent
9f73cfdbd2
commit
eb258f129b
1
Gemfile
1
Gemfile
@ -5,6 +5,7 @@ gem "middleman", ">= 3.0.0rc4"
|
|||||||
gem "middleman-smusher"
|
gem "middleman-smusher"
|
||||||
|
|
||||||
gem 'compass-960-plugin'
|
gem 'compass-960-plugin'
|
||||||
|
gem "compass-holmes"
|
||||||
gem 'oily_png'
|
gem 'oily_png'
|
||||||
gem "sass"
|
gem "sass"
|
||||||
gem "slim"
|
gem "slim"
|
||||||
|
13
Gemfile.lock
13
Gemfile.lock
@ -1,7 +1,7 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (3.2.6)
|
activesupport (3.2.7)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
chunky_png (1.2.5)
|
chunky_png (1.2.5)
|
||||||
@ -15,9 +15,11 @@ GEM
|
|||||||
sass (~> 3.2.0.alpha.93)
|
sass (~> 3.2.0.alpha.93)
|
||||||
compass-960-plugin (0.10.4)
|
compass-960-plugin (0.10.4)
|
||||||
compass (>= 0.10.0)
|
compass (>= 0.10.0)
|
||||||
|
compass-holmes (0.1.1)
|
||||||
|
compass (>= 0.11)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
ffi (1.0.11)
|
ffi (1.1.4)
|
||||||
fssm (0.2.9)
|
fssm (0.2.9)
|
||||||
haml (3.1.6)
|
haml (3.1.6)
|
||||||
hike (1.2.1)
|
hike (1.2.1)
|
||||||
@ -26,7 +28,7 @@ GEM
|
|||||||
url_mount (~> 0.2.1)
|
url_mount (~> 0.2.1)
|
||||||
httpclient (2.2.5)
|
httpclient (2.2.5)
|
||||||
i18n (0.6.0)
|
i18n (0.6.0)
|
||||||
json (1.7.3)
|
json (1.7.4)
|
||||||
listen (0.4.7)
|
listen (0.4.7)
|
||||||
rb-fchange (~> 0.0.5)
|
rb-fchange (~> 0.0.5)
|
||||||
rb-fsevent (~> 0.9.1)
|
rb-fsevent (~> 0.9.1)
|
||||||
@ -86,7 +88,7 @@ GEM
|
|||||||
rb-fsevent (0.9.1)
|
rb-fsevent (0.9.1)
|
||||||
rb-inotify (0.8.8)
|
rb-inotify (0.8.8)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
sass (3.2.0.alpha.269)
|
sass (3.2.0.alpha.278)
|
||||||
sinatra (1.3.2)
|
sinatra (1.3.2)
|
||||||
rack (~> 1.3, >= 1.3.6)
|
rack (~> 1.3, >= 1.3.6)
|
||||||
rack-protection (~> 1.2)
|
rack-protection (~> 1.2)
|
||||||
@ -110,7 +112,7 @@ GEM
|
|||||||
temple (0.4.0)
|
temple (0.4.0)
|
||||||
thor (0.15.4)
|
thor (0.15.4)
|
||||||
tilt (1.3.3)
|
tilt (1.3.3)
|
||||||
uglifier (1.2.6)
|
uglifier (1.2.7)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
url_mount (0.2.1)
|
url_mount (0.2.1)
|
||||||
@ -122,6 +124,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
compass (>= 0.13.alpha.0)
|
compass (>= 0.13.alpha.0)
|
||||||
compass-960-plugin
|
compass-960-plugin
|
||||||
|
compass-holmes
|
||||||
middleman (>= 3.0.0rc4)
|
middleman (>= 3.0.0rc4)
|
||||||
middleman-smusher
|
middleman-smusher
|
||||||
oily_png
|
oily_png
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
a name="about"
|
a name="about"
|
||||||
p
|
p
|
||||||
' ® Copyright 2012 |
|
' ® Copyright 2012 |
|
||||||
==link_to "Albert Schulz", "/albert"
|
==link_to "Albert Schulz", "/albert", :title => "About Albert"
|
||||||
' ,
|
' ,
|
||||||
==link_to "Jörg Thalheim", "/joerg"
|
==link_to "Jörg Thalheim", "/joerg", :title => "About Jörg"
|
||||||
br/
|
br/
|
||||||
' using
|
' using
|
||||||
a href="http://ethanschoonover.com/solarized" target="_blank" solarized
|
a href="http://ethanschoonover.com/solarized" title="color palette used on our website" target="_blank" solarized
|
||||||
', more infos
|
', more infos
|
||||||
==link_to "here", "/humans.txt"
|
==link_to "here", "/humans.txt", :title => "About this website"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
==link_to "Higgs-Boson", "/", :class => "navlink", :id => "sitelink"
|
==link_to "Higgs-Boson", "/", :class => "navlink", :id => "sitelink", :title => "Startpage"
|
||||||
==link_to "Impressum", "/impressum.html", :class => "navlink"
|
==link_to "Impressum", "/impressum.html", :class => "navlink", :title => "Impressum"
|
||||||
==link_to "About", "#about", :class => "navlink"
|
==link_to "About", "#about", :class => "navlink", :title => "About"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
| 01097 Dresden
|
| 01097 Dresden
|
||||||
br/
|
br/
|
||||||
h2 Kontakt:
|
h2 Kontakt:
|
||||||
table
|
table summary="How to contact us"
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
p Telefon:
|
p Telefon:
|
||||||
@ -19,7 +19,7 @@
|
|||||||
td
|
td
|
||||||
p Telefax:
|
p Telefax:
|
||||||
td
|
td
|
||||||
p
|
p -
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
p E-Mail:
|
p E-Mail:
|
||||||
@ -89,7 +89,6 @@
|
|||||||
Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte
|
Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte
|
||||||
im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails,
|
im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails,
|
||||||
vor.
|
vor.
|
||||||
p
|
|
||||||
p
|
p
|
||||||
strong
|
strong
|
||||||
' Datenschutzerklärung für die Nutzung von Facebook-Plugins
|
' Datenschutzerklärung für die Nutzung von Facebook-Plugins
|
||||||
@ -120,7 +119,6 @@
|
|||||||
' Wenn Sie nicht wünschen, dass Facebook den Besuch unserer Seiten Ihrem
|
' Wenn Sie nicht wünschen, dass Facebook den Besuch unserer Seiten Ihrem
|
||||||
Facebook-Nutzerkonto zuordnen kann, loggen Sie sich bitte aus Ihrem
|
Facebook-Nutzerkonto zuordnen kann, loggen Sie sich bitte aus Ihrem
|
||||||
Facebook-Benutzerkonto aus.
|
Facebook-Benutzerkonto aus.
|
||||||
p
|
|
||||||
p
|
p
|
||||||
strong Datenschutzerklärung für die Nutzung von Google Adsense
|
strong Datenschutzerklärung für die Nutzung von Google Adsense
|
||||||
p
|
p
|
||||||
@ -147,7 +145,6 @@
|
|||||||
Nutzung dieser Website erklären Sie sich mit der Bearbeitung der
|
Nutzung dieser Website erklären Sie sich mit der Bearbeitung der
|
||||||
über Sie erhobenen Daten durch Google in der zuvor beschriebenen
|
über Sie erhobenen Daten durch Google in der zuvor beschriebenen
|
||||||
Art und Weise und zu dem zuvor benannten Zweck einverstanden.
|
Art und Weise und zu dem zuvor benannten Zweck einverstanden.
|
||||||
p
|
|
||||||
p
|
p
|
||||||
strong Datenschutzerklärung für die Nutzung von Google +1
|
strong Datenschutzerklärung für die Nutzung von Google +1
|
||||||
p
|
p
|
||||||
@ -183,7 +180,6 @@
|
|||||||
möglicherweise zusammengefasste Statistiken über die +1-Aktivitäten
|
möglicherweise zusammengefasste Statistiken über die +1-Aktivitäten
|
||||||
der Nutzer bzw. gibt diese an Nutzer und Partner weiter, wie etwa
|
der Nutzer bzw. gibt diese an Nutzer und Partner weiter, wie etwa
|
||||||
Publisher, Inserenten oder verbundene Websites.
|
Publisher, Inserenten oder verbundene Websites.
|
||||||
p
|
|
||||||
p
|
p
|
||||||
strong Datenschutzerklärung für die Nutzung von Twitter
|
strong Datenschutzerklärung für die Nutzung von Twitter
|
||||||
p
|
p
|
||||||
@ -206,14 +202,13 @@
|
|||||||
a href="http://twitter.com/account/settings" target="_blank"
|
a href="http://twitter.com/account/settings" target="_blank"
|
||||||
| http://twitter.com/account/settings
|
| http://twitter.com/account/settings
|
||||||
' ändern.
|
' ändern.
|
||||||
p
|
|
||||||
p
|
p
|
||||||
strong Piwik
|
strong Piwik
|
||||||
/! piwik
|
/! piwik
|
||||||
iframe frameborder="no" height="250px" src="http://piwik.higgsboson.tk/index.php?module=CoreAdminHome&action=optOut&language=de" width="600px"
|
iframe frameborder="no" height="250px" src="http://piwik.higgsboson.tk/index.php?module=CoreAdminHome&action=optOut&language=de" width="600px"
|
||||||
/! piwik
|
/! piwik
|
||||||
p
|
p
|
||||||
i Quellen:
|
strong Quellen:
|
||||||
ul
|
ul
|
||||||
li
|
li
|
||||||
a href="http://www.e-recht24.de/muster-disclaimer.htm" target="_blank" Disclaimer eRecht24
|
a href="http://www.e-recht24.de/muster-disclaimer.htm" target="_blank" Disclaimer eRecht24
|
||||||
|
@ -5,22 +5,22 @@ section
|
|||||||
ul.icons
|
ul.icons
|
||||||
li
|
li
|
||||||
i.icon-github
|
i.icon-github
|
||||||
a href="http://git.higgsboson.tk/pub" Git Web
|
a href="http://git.higgsboson.tk/pub" title="Webinterface to our public git repos" Git Web
|
||||||
li
|
li
|
||||||
i.icon-upload
|
i.icon-upload
|
||||||
a href="http://inbox.higgsboson.tk" Inbox
|
a href="http://inbox.higgsboson.tk" title="An Uploader" Inbox
|
||||||
li
|
li
|
||||||
i.icon-rss
|
i.icon-rss
|
||||||
a href="http://blog.higgsboson.tk" Blog
|
a href="http://blog.higgsboson.tk" title="My little Techblog" Blog
|
||||||
li
|
li
|
||||||
i.icon-edit
|
i.icon-edit
|
||||||
a href="http://pad.higgsboson.tk" Etherpad Lite
|
a href="http://pad.higgsboson.tk" title="collaborative editing" Etherpad Lite
|
||||||
li
|
li
|
||||||
i.icon-download
|
i.icon-download
|
||||||
a href="http://ftp.higgsboson.tk" Files
|
a href="http://ftp.higgsboson.tk" title="Some static files" Files
|
||||||
li
|
li
|
||||||
i.icon-trash
|
i.icon-trash
|
||||||
a href="http://paste.higgsboson.tk" Zerobin
|
a href="http://paste.higgsboson.tk" title="encrypted pastebin" Zerobin
|
||||||
li
|
li
|
||||||
i.icon-lock
|
i.icon-lock
|
||||||
a href="/privat.html" Privat
|
a href="/privat.html" title="Internal pages" Privat
|
||||||
|
@ -30,7 +30,7 @@ html.no-js.light lang="en"
|
|||||||
/ Modernizr enables HTML5 elements & feature detects;
|
/ Modernizr enables HTML5 elements & feature detects;
|
||||||
/ for optimal performance, create your own custom Modernizr build: www.modernizr.com/download/
|
/ for optimal performance, create your own custom Modernizr build: www.modernizr.com/download/
|
||||||
script src="js/libs/modernizr.custom.01860.min.js"
|
script src="js/libs/modernizr.custom.01860.min.js"
|
||||||
body class=(page_classes)
|
body
|
||||||
header
|
header
|
||||||
== partial "navbar"
|
== partial "navbar"
|
||||||
.container
|
.container
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
@import "normalize";
|
@import "normalize";
|
||||||
@import "960";
|
@import "960";
|
||||||
@import "font-awesome";
|
@import "font-awesome";
|
||||||
|
//@import "compass-holmes"; // css-based debugging
|
||||||
|
|
||||||
$ninesixty_columns: 12;
|
$ninesixty_columns: 12;
|
||||||
|
|
||||||
@ -24,6 +25,7 @@ body {
|
|||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#pagetitle {
|
#pagetitle {
|
||||||
@include text-shadow(0px, -1px, 1px, rgb(255, 255, 255), 0px, 1px, 1px, rgb(102, 102, 102));
|
@include text-shadow(0px, -1px, 1px, rgb(255, 255, 255), 0px, 1px, 1px, rgb(102, 102, 102));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user