Sha256: 3bf1bf1249111895e58a30abddbcc54372ed557b4e3ab87af125681f5450d187
Contents?: true
Size: 1.8 KB
Versions: 2
Compression:
Stored size: 1.8 KB
Contents
@charset "utf-8"; /*=============================================================================================== Title : Playmo CSS Framework (https://github.com/tanraya/playmo) Name : content.css Default styles for content zone. Content zone is a container with the assigned class ".article" Do not define styles for site content zone here! If you want to define some styles for site content zone, add it in screen.css stylesheet. ATTENTION! DO NOT ADD YOUR CUSTOM STYLES INTO THIS FILE! ===============================================================================================*/ /* Hyperlinks */ /* Outgoing links */ .article a[href^=http] { background: url(./icons/outgoing.png) no-repeat right center; padding-right: 13px; } /* Email links */ .article a[href^=mailto] { } /* Direct links to files */ .article a[href$=pdf], content a.pdf { } .article a[href$=zip], content a.zip { } .article a[href$=rar], content a.rar { } .article a[href$=tar], content a.tar { } .article a[href$=mp3], content a.mp3 { } /* Protocols */ .article a[href^=skype], content a.skype { } .article a[href^=aim], content a.aim { } /* Lists */ .article ol, .article ul, .article dl { padding: 0; margin: 0 0 18px 30px; } .article ul { list-style: square; } .article ol { list-style: decimal; } .article dl {} .article dt {} .article dd { margin: 0 0 0 30px; } /* Tables */ .article table { border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; width: 100%; margin: 0 0 18px 0; } .article caption { font-style: italic; padding: 3px; } .article th, .article td { padding: 3px; } .article th { background: #eee; } .article td { border-bottom: 1px solid #ddd; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
playmo-0.0.6 | templates/project/playmo/article.scss |
playmo-0.0.5 | templates/project/playmo/article.scss |