ama_css 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +17 -0
  3. data/.ruby-version +1 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +29 -0
  7. data/Rakefile +1 -0
  8. data/ama_css.gemspec +25 -0
  9. data/app/assets/images/foundation/ama_logo.png +0 -0
  10. data/app/assets/images/foundation/bkg-utility-bar.gif +0 -0
  11. data/app/assets/images/foundation/btn-search.gif +0 -0
  12. data/app/assets/images/foundation/calendar.png +0 -0
  13. data/app/assets/images/foundation/exclamation.png +0 -0
  14. data/app/assets/images/foundation/lightbulb.png +0 -0
  15. data/app/assets/images/foundation/lightbulb_off.png +0 -0
  16. data/app/assets/images/foundation/lock.png +0 -0
  17. data/app/assets/javascripts/foundation/index.js +0 -0
  18. data/app/assets/stylesheets/foundation/_grid.settings.scss +10 -0
  19. data/app/assets/stylesheets/foundation/_variables.scss +136 -0
  20. data/app/assets/stylesheets/foundation/application.css.scss +18 -0
  21. data/app/assets/stylesheets/foundation/base/_elements.scss +129 -0
  22. data/app/assets/stylesheets/foundation/base/_icons-block.scss +46 -0
  23. data/app/assets/stylesheets/foundation/base/_icons-line.scss +46 -0
  24. data/app/assets/stylesheets/foundation/base/_icons-social.scss +63 -0
  25. data/app/assets/stylesheets/foundation/base/_normalize.scss +397 -0
  26. data/app/assets/stylesheets/foundation/index.css +0 -0
  27. data/app/assets/stylesheets/foundation/layout/components.scss +91 -0
  28. data/app/assets/stylesheets/foundation/layout/layout.scss +181 -0
  29. data/app/assets/stylesheets/foundation/modules/forms.scss +140 -0
  30. data/app/assets/stylesheets/foundation/modules/login.scss +36 -0
  31. data/app/assets/stylesheets/foundation/modules/module.css.scss +353 -0
  32. data/app/assets/stylesheets/foundation/modules/module.mobile.css.scss +550 -0
  33. data/app/assets/stylesheets/foundation/oauths.css.scss +3 -0
  34. data/app/assets/stylesheets/foundation/theme/theme.scss +65 -0
  35. data/lib/ama_css/version.rb +3 -0
  36. data/lib/ama_css.rb +8 -0
  37. metadata +136 -0
@@ -0,0 +1,46 @@
1
+ @charset "UTF-8";
2
+
3
+ /*
4
+ * Symbolset
5
+ * www.symbolset.com
6
+ * Copyright ยฉ 2012 Oak Studios LLC
7
+ */
8
+
9
+ @font-face {
10
+ font-family: "SSSymbolicons";
11
+ src: url('/webfonts/ss-symbolicons-line.eot');
12
+ src: url('/webfonts/ss-symbolicons-line.eot?#iefix') format('embedded-opentype'),
13
+ url('/webfonts/ss-symbolicons-line.woff') format('woff'),
14
+ url('/webfonts/ss-symbolicons-line.ttf') format('truetype'),
15
+ url('/webfonts/ss-symbolicons-line.svg#SSSymboliconsLine') format('svg');
16
+ font-weight: 300;
17
+ font-style: normal;
18
+ }
19
+
20
+ /* This triggers a redraw in IE to Fix IE8's :before content rendering. */
21
+ html:hover [class^="ss-"]{-ms-zoom: 1;}
22
+
23
+ .ss-icon, .ss-icon.ss-symbolicons-line,
24
+ [class^="ss-"]:before, [class*=" ss-"]:before,
25
+ [class^="ss-"].ss-symbolicons-line:before, [class*=" ss-"].ss-symbolicons-line:before,
26
+ [class^="ss-"].right:after, [class*=" ss-"].right:after,
27
+ [class^="ss-"].ss-symbolicons-line.right:after, [class*=" ss-"].ss-symbolicons-line.right:after {
28
+ font-family: "SSSymbolicons";
29
+ font-style: normal;
30
+ font-weight: 300;
31
+ text-decoration: none;
32
+ text-rendering: optimizeLegibility;
33
+ white-space: nowrap;
34
+ /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
35
+ -moz-font-feature-settings: "liga=1";
36
+ -moz-font-feature-settings: "liga";
37
+ -ms-font-feature-settings: "liga" 1;
38
+ -o-font-feature-settings: "liga";
39
+ font-feature-settings: "liga";
40
+ -webkit-font-smoothing: antialiased;
41
+ }
42
+
43
+ [class^="ss-"].right:before,
44
+ [class*=" ss-"].right:before{display:none;content:'';}
45
+
46
+ .ss-crosshair:before,.ss-crosshair.right:after{content:'โŒ–'}.ss-search:before,.ss-search.right:after{content:'๐Ÿ”'}.ss-zoomin:before,.ss-zoomin.right:after{content:'๎€‚'}.ss-zoomout:before,.ss-zoomout.right:after{content:'๎€ƒ'}.ss-binoculars:before,.ss-binoculars.right:after{content:'๎€'}.ss-raisedhand:before,.ss-raisedhand.right:after{content:'โœ‹'}.ss-link:before,.ss-link.right:after{content:'๐Ÿ”—'}.ss-write:before,.ss-write.right:after{content:'โœŽ'}.ss-compose:before,.ss-compose.right:after{content:'๐Ÿ“'}.ss-lock:before,.ss-lock.right:after{content:'๐Ÿ”’'}.ss-unlock:before,.ss-unlock.right:after{content:'๐Ÿ”“'}.ss-key:before,.ss-key.right:after{content:'๐Ÿ”‘'}.ss-backspace:before,.ss-backspace.right:after{content:'โŒซ'}.ss-ban:before,.ss-ban.right:after{content:'๐Ÿšซ'}.ss-nosmoking:before,.ss-nosmoking.right:after{content:'๐Ÿšญ'}.ss-trash:before,.ss-trash.right:after{content:'๎ƒ'}.ss-target:before,.ss-target.right:after{content:'โ—Ž'}.ss-stopsign:before,.ss-stopsign.right:after{content:'๎ƒ‘'}.ss-radioactive:before,.ss-radioactive.right:after{content:'โ˜ข'}.ss-skull:before,.ss-skull.right:after{content:'๐Ÿ’€'}.ss-lightning:before,.ss-lightning.right:after{content:'โ˜‡'}.ss-tag:before,.ss-tag.right:after{content:'๎„€'}.ss-newtag:before,.ss-newtag.right:after{content:'๎„'}.ss-flag:before,.ss-flag.right:after{content:'โš‘'}.ss-like:before,.ss-like.right:after{content:'๐Ÿ‘'}.ss-dislike:before,.ss-dislike.right:after{content:'๐Ÿ‘Ž'}.ss-heart:before,.ss-heart.right:after{content:'โ™ฅ'}.ss-addheart:before,.ss-addheart.right:after{content:'๎†ข'}.ss-deleteheart:before,.ss-deleteheart.right:after{content:'๐Ÿ’”'}.ss-star:before,.ss-star.right:after{content:'โ‹†'}.ss-trophy:before,.ss-trophy.right:after{content:'๐Ÿ†'}.ss-award:before,.ss-award.right:after{content:'๎‡€'}.ss-medal:before,.ss-medal.right:after{content:'๎‡'}.ss-badge:before,.ss-badge.right:after{content:'๐Ÿ“›'}.ss-crown:before,.ss-crown.right:after{content:'๐Ÿ‘‘'}.ss-bullseye:before,.ss-bullseye.right:after{content:'๐ŸŽฏ'}.ss-sample:before,.ss-sample.right:after{content:'๎ˆ€'}.ss-crop:before,.ss-crop.right:after{content:'๎ˆ'}.ss-layers:before,.ss-layers.right:after{content:'๎ˆ‚'}.ss-magicwand:before,.ss-magicwand.right:after{content:'๎ˆƒ'}.ss-cut:before,.ss-cut.right:after{content:'โœ‚'}.ss-cutpaste:before,.ss-cutpaste.right:after{content:'๎ˆ„'}.ss-clipboard:before,.ss-clipboard.right:after{content:'๐Ÿ“‹'}.ss-rules:before,.ss-rules.right:after{content:'๐Ÿ“'}.ss-rulerpencil:before,.ss-rulerpencil.right:after{content:'๎ˆ…'}.ss-gridlines:before,.ss-gridlines.right:after{content:'๎ˆ†'}.ss-pen:before,.ss-pen.right:after{content:'โœ’'}.ss-pencilbrush:before,.ss-pencilbrush.right:after{content:'๎ˆข'}.ss-pencilbrushpen:before,.ss-pencilbrushpen.right:after{content:'๎ˆฃ'}.ss-brush:before,.ss-brush.right:after{content:'๎ˆค'}.ss-paintroller:before,.ss-paintroller.right:after{content:'๎ˆฅ'}.ss-fill:before,.ss-fill.right:after{content:'๎‰€'}.ss-stroke:before,.ss-stroke.right:after{content:'๎‰'}.ss-crayons:before,.ss-crayons.right:after{content:'๎‰‚'}.ss-palette:before,.ss-palette.right:after{content:'๐ŸŽจ'}.ss-fliphorizontally:before,.ss-fliphorizontally.right:after{content:'๎‰ '}.ss-flipvertically:before,.ss-flipvertically.right:after{content:'๎‰ก'}.ss-effects:before,.ss-effects.right:after{content:'๎Š€'}.ss-bezier:before,.ss-bezier.right:after{content:'๎Š '}.ss-pixels:before,.ss-pixels.right:after{content:'๎Šก'}.ss-phone:before,.ss-phone.right:after{content:'๐Ÿ“ž'}.ss-rotaryphone:before,.ss-rotaryphone.right:after{content:'โ˜Ž'}.ss-touchtonephone:before,.ss-touchtonephone.right:after{content:'โ˜'}.ss-phonebook:before,.ss-phonebook.right:after{content:'๎Œ'}.ss-voicemail:before,.ss-voicemail.right:after{content:'โŒ•'}.ss-megaphone:before,.ss-megaphone.right:after{content:'๐Ÿ“ข'}.ss-rss:before,.ss-rss.right:after{content:'๎Œ'}.ss-podcast:before,.ss-podcast.right:after{content:'๎Œ‘'}.ss-mailbox:before,.ss-mailbox.right:after{content:'๐Ÿ“ซ'}.ss-send:before,.ss-send.right:after{content:'๎'}.ss-mail:before,.ss-mail.right:after{content:'โœ‰'}.ss-incomingmail:before,.ss-incomingmail.right:after{content:'๐Ÿ“ฉ'}.ss-inbox:before,.ss-inbox.right:after{content:'๐Ÿ“ฅ'}.ss-outbox:before,.ss-outbox.right:after{content:'๐Ÿ“ค'}.ss-stamp:before,.ss-stamp.right:after{content:'๎‘'}.ss-chat:before,.ss-chat.right:after{content:'๐Ÿ’ฌ'}.ss-chats:before,.ss-chats.right:after{content:'๎Ž'}.ss-textchat:before,.ss-textchat.right:after{content:'๎Ž–'}.ss-exclamationchat:before,.ss-exclamationchat.right:after{content:'๎Ž—'}.ss-questionchat:before,.ss-questionchat.right:after{content:'๎Ž˜'}.ss-ellipsischat:before,.ss-ellipsischat.right:after{content:'๎Ž™'}.ss-smile:before,.ss-smile.right:after{content:'โ˜ป'}.ss-frown:before,.ss-frown.right:after{content:'โ˜น'}.ss-toothsmile:before,.ss-toothsmile.right:after{content:'๐Ÿ˜ƒ'}.ss-toothlesssmile:before,.ss-toothlesssmile.right:after{content:'๐Ÿ˜€'}.ss-user:before,.ss-user.right:after{content:'๐Ÿ‘ค'}.ss-users:before,.ss-users.right:after{content:'๐Ÿ‘ฅ'}.ss-adduser:before,.ss-adduser.right:after{content:'๎'}.ss-removeuser:before,.ss-removeuser.right:after{content:'๎‚'}.ss-deleteuser:before,.ss-deleteuser.right:after{content:'๎„'}.ss-heartuser:before,.ss-heartuser.right:after{content:'๎…'}.ss-males:before,.ss-males.right:after{content:'๐Ÿ‘ฌ'}.ss-females:before,.ss-females.right:after{content:'๐Ÿ‘ญ'}.ss-malefemale:before,.ss-malefemale.right:after{content:'๐Ÿ‘ซ'}.ss-userportrait:before,.ss-userportrait.right:after{content:'๎ '}.ss-userframe:before,.ss-userframe.right:after{content:'๎ก'}.ss-usersframe:before,.ss-usersframe.right:after{content:'๎ข'}.ss-baby:before,.ss-baby.right:after{content:'๐Ÿ‘ถ'}.ss-swaddledbaby:before,.ss-swaddledbaby.right:after{content:'๎ฐ'}.ss-robot:before,.ss-robot.right:after{content:'๎‘€'}.ss-happyrobot:before,.ss-happyrobot.right:after{content:'๎‘'}.ss-alien:before,.ss-alien.right:after{content:'๐Ÿ‘ฝ'}.ss-ghost:before,.ss-ghost.right:after{content:'๐Ÿ‘ป'}.ss-contacts:before,.ss-contacts.right:after{content:'๐Ÿ“‡'}.ss-addressbook:before,.ss-addressbook.right:after{content:'๐Ÿ“‘'}.ss-footsteps:before,.ss-footsteps.right:after{content:'๐Ÿ‘ฃ'}.ss-cart:before,.ss-cart.right:after{content:'๎”€'}.ss-shoppingbag:before,.ss-shoppingbag.right:after{content:'๎” '}.ss-gift:before,.ss-gift.right:after{content:'๐ŸŽ'}.ss-store:before,.ss-store.right:after{content:'๐Ÿช'}.ss-safe:before,.ss-safe.right:after{content:'๎•€'}.ss-bill:before,.ss-bill.right:after{content:'๎•'}.ss-creditcard:before,.ss-creditcard.right:after{content:'๐Ÿ’ณ'}.ss-banknote:before,.ss-banknote.right:after{content:'๐Ÿ’ต'}.ss-moneybag:before,.ss-moneybag.right:after{content:'๐Ÿ’ฐ'}.ss-calculator:before,.ss-calculator.right:after{content:'๎•‘'}.ss-bank:before,.ss-bank.right:after{content:'๐Ÿฆ'}.ss-gavel:before,.ss-gavel.right:after{content:'๐Ÿ”จ'}.ss-meeting:before,.ss-meeting.right:after{content:'๎–'}.ss-barchart:before,.ss-barchart.right:after{content:'๐Ÿ“Š'}.ss-piechart:before,.ss-piechart.right:after{content:'๎•ฐ'}.ss-activity:before,.ss-activity.right:after{content:'๐Ÿ“ˆ'}.ss-flowchart:before,.ss-flowchart.right:after{content:'๎•ท'}.ss-box:before,.ss-box.right:after{content:'๐Ÿ“ฆ'}.ss-crate:before,.ss-crate.right:after{content:'๎—˜'}.ss-home:before,.ss-home.right:after{content:'โŒ‚'}.ss-fence:before,.ss-fence.right:after{content:'๎˜'}.ss-buildings:before,.ss-buildings.right:after{content:'๐Ÿข'}.ss-bridge:before,.ss-bridge.right:after{content:'๎˜ƒ'}.ss-barn:before,.ss-barn.right:after{content:'๎˜„'}.ss-lodging:before,.ss-lodging.right:after{content:'๐Ÿจ'}.ss-earth:before,.ss-earth.right:after{content:'๐ŸŒŽ'}.ss-globe:before,.ss-globe.right:after{content:'๐ŸŒ'}.ss-compass:before,.ss-compass.right:after{content:'๎™ฑ'}.ss-signpost:before,.ss-signpost.right:after{content:'๎™ฒ'}.ss-map:before,.ss-map.right:after{content:'๎™ณ'}.ss-location:before,.ss-location.right:after{content:'๎›'}.ss-pushpin:before,.ss-pushpin.right:after{content:'๐Ÿ“Œ'}.ss-script:before,.ss-script.right:after{content:'๎œ€'}.ss-playscript:before,.ss-playscript.right:after{content:'๎œ'}.ss-stopscript:before,.ss-stopscript.right:after{content:'๎œ‚'}.ss-recordscript:before,.ss-recordscript.right:after{content:'๎œƒ'}.ss-bug:before,.ss-bug.right:after{content:'๐Ÿ›'}.ss-puzzle:before,.ss-puzzle.right:after{content:'๎œ'}.ss-window:before,.ss-window.right:after{content:'๎œ”'}.ss-database:before,.ss-database.right:after{content:'๎ž '}.ss-adddatabase:before,.ss-adddatabase.right:after{content:'๎žข'}.ss-deletedatabase:before,.ss-deletedatabase.right:after{content:'๎žฅ'}.ss-hdd:before,.ss-hdd.right:after{content:'๎žฐ'}.ss-networkhdd:before,.ss-networkhdd.right:after{content:'๎žถ'}.ss-downloadhdd:before,.ss-downloadhdd.right:after{content:'๎žท'}.ss-airplay:before,.ss-airplay.right:after{content:'๎ €'}.ss-music:before,.ss-music.right:after{content:'โ™ซ'}.ss-mic:before,.ss-mic.right:after{content:'๐ŸŽค'}.ss-headphones:before,.ss-headphones.right:after{content:'๐ŸŽง'}.ss-volume:before,.ss-volume.right:after{content:'๐Ÿ”ˆ'}.ss-radio:before,.ss-radio.right:after{content:'๐Ÿ“ป'}.ss-phonograph:before,.ss-phonograph.right:after{content:'๎ ‚'}.ss-disc:before,.ss-disc.right:after{content:'๐Ÿ’ฟ'}.ss-discs:before,.ss-discs.right:after{content:'๎ ‘'}.ss-playlist:before,.ss-playlist.right:after{content:'๎  '}.ss-musichome:before,.ss-musichome.right:after{content:'๎ ก'}.ss-itunes:before,.ss-itunes.right:after{content:'๎ ข'}.ss-camera:before,.ss-camera.right:after{content:'๐Ÿ“ท'}.ss-picture:before,.ss-picture.right:after{content:'๐ŸŒ„'}.ss-pictures:before,.ss-pictures.right:after{content:'๎ก‘'}.ss-searchpicture:before,.ss-searchpicture.right:after{content:'๎ก–'}.ss-video:before,.ss-video.right:after{content:'๐Ÿ“น'}.ss-clapboard:before,.ss-clapboard.right:after{content:'๐ŸŽฌ'}.ss-film:before,.ss-film.right:after{content:'๎ขฐ'}.ss-playfilm:before,.ss-playfilm.right:after{content:'๎ขฑ'}.ss-tv:before,.ss-tv.right:after{content:'๐Ÿ“บ'}.ss-flatscreen:before,.ss-flatscreen.right:after{content:'๎ฃ€'}.ss-projector:before,.ss-projector.right:after{content:'๎ฃ'}.ss-videogame:before,.ss-videogame.right:after{content:'๐ŸŽฎ'}.ss-play:before,.ss-play.right:after{content:'โ–ถ'}.ss-pause:before,.ss-pause.right:after{content:'๎ข '}.ss-stop:before,.ss-stop.right:after{content:'โ– '}.ss-record:before,.ss-record.right:after{content:'โ—'}.ss-rewind:before,.ss-rewind.right:after{content:'โช'}.ss-fastforward:before,.ss-fastforward.right:after{content:'โฉ'}.ss-skipback:before,.ss-skipback.right:after{content:'โฎ'}.ss-skipforward:before,.ss-skipforward.right:after{content:'โญ'}.ss-eject:before,.ss-eject.right:after{content:'โ'}.ss-shuffle:before,.ss-shuffle.right:after{content:'๐Ÿ”€'}.ss-filecabinet:before,.ss-filecabinet.right:after{content:'๎ค€'}.ss-storagebox:before,.ss-storagebox.right:after{content:'๎ค'}.ss-books:before,.ss-books.right:after{content:'๐Ÿ“š'}.ss-bookspencil:before,.ss-bookspencil.right:after{content:'๎ฅ '}.ss-openbook:before,.ss-openbook.right:after{content:'๐Ÿ“–'}.ss-bookinsert:before,.ss-bookinsert.right:after{content:'๎ฅก'}.ss-notebook:before,.ss-notebook.right:after{content:'๐Ÿ““'}.ss-ledger:before,.ss-ledger.right:after{content:'๐Ÿ“’'}.ss-album:before,.ss-album.right:after{content:'๎ฅฐ'}.ss-newspaper:before,.ss-newspaper.right:after{content:'๐Ÿ“ฐ'}.ss-spiralbound:before,.ss-spiralbound.right:after{content:'๎ฅฑ'}.ss-notepad:before,.ss-notepad.right:after{content:'๎ฅฒ'}.ss-notice:before,.ss-notice.right:after{content:'๎ฅณ'}.ss-grid:before,.ss-grid.right:after{content:'๎ฆ '}.ss-thumbnails:before,.ss-thumbnails.right:after{content:'๎ฆฃ'}.ss-filter:before,.ss-filter.right:after{content:'๎ฆฐ'}.ss-desktop:before,.ss-desktop.right:after{content:'๐Ÿ’ป'}.ss-laptop:before,.ss-laptop.right:after{content:'๎จ€'}.ss-tablet:before,.ss-tablet.right:after{content:'๎จ'}.ss-cell:before,.ss-cell.right:after{content:'๐Ÿ“ฑ'}.ss-cellbars:before,.ss-cellbars.right:after{content:'๐Ÿ“ถ'}.ss-battery:before,.ss-battery.right:after{content:'๐Ÿ”‹'}.ss-mediumbattery:before,.ss-mediumbattery.right:after{content:'๎จ‘'}.ss-emptybattery:before,.ss-emptybattery.right:after{content:'๎จ“'}.ss-chargingbattery:before,.ss-chargingbattery.right:after{content:'๎จ”'}.ss-screwdrivermobile:before,.ss-screwdrivermobile.right:after{content:'๎จ '}.ss-brushmobile:before,.ss-brushmobile.right:after{content:'๎จก'}.ss-pencilmobile:before,.ss-pencilmobile.right:after{content:'๎จข'}.ss-door:before,.ss-door.right:after{content:'๐Ÿšช'}.ss-washer:before,.ss-washer.right:after{content:'๎ช€'}.ss-dryer:before,.ss-dryer.right:after{content:'๎ช'}.ss-fireplace:before,.ss-fireplace.right:after{content:'๎ช‚'}.ss-toilet:before,.ss-toilet.right:after{content:'๐Ÿšฝ'}.ss-toiletpaper:before,.ss-toiletpaper.right:after{content:'๎ช„'}.ss-lightbulb:before,.ss-lightbulb.right:after{content:'๐Ÿ’ก'}.ss-cfl:before,.ss-cfl.right:after{content:'๎ช…'}.ss-flashlight:before,.ss-flashlight.right:after{content:'๐Ÿ”ฆ'}.ss-candle:before,.ss-candle.right:after{content:'๎ชฐ'}.ss-campfire:before,.ss-campfire.right:after{content:'๐Ÿ”ฅ'}.ss-picnictable:before,.ss-picnictable.right:after{content:'๎ชฑ'}.ss-frame:before,.ss-frame.right:after{content:'๎ช'}.ss-heartframe:before,.ss-heartframe.right:after{content:'๐Ÿ’Ÿ'}.ss-starframe:before,.ss-starframe.right:after{content:'๎ช‘'}.ss-treeframe:before,.ss-treeframe.right:after{content:'๎ช’'}.ss-flowerframe:before,.ss-flowerframe.right:after{content:'๎ช“'}.ss-questionframe:before,.ss-questionframe.right:after{content:'๎ช”'}.ss-utensilsframe:before,.ss-utensilsframe.right:after{content:'๎ช•'}.ss-atom:before,.ss-atom.right:after{content:'โš›'}.ss-fluxcapacitor:before,.ss-fluxcapacitor.right:after{content:'๎ซ'}.ss-rings:before,.ss-rings.right:after{content:'๐Ÿ’'}.ss-balloons:before,.ss-balloons.right:after{content:'๐ŸŽˆ'}.ss-easteregg:before,.ss-easteregg.right:after{content:'๎ซ '}.ss-jackolantern:before,.ss-jackolantern.right:after{content:'๐ŸŽƒ'}.ss-menorah:before,.ss-menorah.right:after{content:'๎ซก'}.ss-christmastree:before,.ss-christmastree.right:after{content:'๐ŸŽ„'}.ss-teddy:before,.ss-teddy.right:after{content:'๎ช '}.ss-blocks:before,.ss-blocks.right:after{content:'๎ชก'}.ss-rattle:before,.ss-rattle.right:after{content:'๎ชข'}.ss-diaper:before,.ss-diaper.right:after{content:'๎ชฃ'}.ss-pailshovel:before,.ss-pailshovel.right:after{content:'๎ชค'}.ss-sweep:before,.ss-sweep.right:after{content:'๎ช†'}.ss-headstone:before,.ss-headstone.right:after{content:'โ›ผ'}.ss-onedie:before,.ss-onedie.right:after{content:'โš€'}.ss-twodie:before,.ss-twodie.right:after{content:'โš'}.ss-threedie:before,.ss-threedie.right:after{content:'โš‚'}.ss-fourdie:before,.ss-fourdie.right:after{content:'โšƒ'}.ss-fivedie:before,.ss-fivedie.right:after{content:'โš„'}.ss-sixdie:before,.ss-sixdie.right:after{content:'โš…'}.ss-fuzzydice:before,.ss-fuzzydice.right:after{content:'๎ช‡'}.ss-download:before,.ss-download.right:after{content:'๎ฌ€'}.ss-downloadbox:before,.ss-downloadbox.right:after{content:'๎ฌ‚'}.ss-downloadcrate:before,.ss-downloadcrate.right:after{content:'๎ฌƒ'}.ss-upload:before,.ss-upload.right:after{content:'๎ญ€'}.ss-uploadbox:before,.ss-uploadbox.right:after{content:'๎ญ‚'}.ss-uploadcrate:before,.ss-uploadcrate.right:after{content:'๎ญƒ'}.ss-transfer:before,.ss-transfer.right:after{content:'โ‡†'}.ss-refresh:before,.ss-refresh.right:after{content:'โ†ป'}.ss-sync:before,.ss-sync.right:after{content:'๎ฎ‚'}.ss-wifi:before,.ss-wifi.right:after{content:'๎ฎ„'}.ss-connection:before,.ss-connection.right:after{content:'๎ฎ…'}.ss-usb:before,.ss-usb.right:after{content:'๎ฎ†'}.ss-files:before,.ss-files.right:after{content:'๎ฐ€'}.ss-addfile:before,.ss-addfile.right:after{content:'๎ฐ'}.ss-removefile:before,.ss-removefile.right:after{content:'๎ฐ‚'}.ss-deletefile:before,.ss-deletefile.right:after{content:'๎ฐ„'}.ss-searchfile:before,.ss-searchfile.right:after{content:'๎ฐ…'}.ss-folder:before,.ss-folder.right:after{content:'๐Ÿ“'}.ss-addfolder:before,.ss-addfolder.right:after{content:'๎ฑฑ'}.ss-removefolder:before,.ss-removefolder.right:after{content:'๎ฑฒ'}.ss-deletefolder:before,.ss-deletefolder.right:after{content:'๎ฑด'}.ss-downloadfolder:before,.ss-downloadfolder.right:after{content:'๎ฑถ'}.ss-uploadfolder:before,.ss-uploadfolder.right:after{content:'๎ฑท'}.ss-undo:before,.ss-undo.right:after{content:'โ†ฉ'}.ss-redo:before,.ss-redo.right:after{content:'โ†ช'}.ss-quote:before,.ss-quote.right:after{content:'โ€œ'}.ss-font:before,.ss-font.right:after{content:'๎ด'}.ss-anchor:before,.ss-anchor.right:after{content:'๎ด'}.ss-print:before,.ss-print.right:after{content:'โŽ™'}.ss-fax:before,.ss-fax.right:after{content:'๐Ÿ“ '}.ss-shredder:before,.ss-shredder.right:after{content:'๎ต€'}.ss-typewriter:before,.ss-typewriter.right:after{content:'๎ต'}.ss-list:before,.ss-list.right:after{content:'๎ต'}.ss-action:before,.ss-action.right:after{content:'๎ธ€'}.ss-redirect:before,.ss-redirect.right:after{content:'โ†—'}.ss-expand:before,.ss-expand.right:after{content:'โคข'}.ss-contract:before,.ss-contract.right:after{content:'๎ธ'}.ss-scaleup:before,.ss-scaleup.right:after{content:'๎ธ„'}.ss-scaledown:before,.ss-scaledown.right:after{content:'๎ธ…'}.ss-power:before,.ss-power.right:after{content:'๎ธ'}.ss-lifepreserver:before,.ss-lifepreserver.right:after{content:'๎ธ‘'}.ss-help:before,.ss-help.right:after{content:'โ“'}.ss-info:before,.ss-info.right:after{content:'โ„น'}.ss-alert:before,.ss-alert.right:after{content:'โš '}.ss-caution:before,.ss-caution.right:after{content:'โ›”'}.ss-plus:before,.ss-plus.right:after{content:'+'}.ss-hyphen:before,.ss-hyphen.right:after{content:'-'}.ss-check:before,.ss-check.right:after{content:'โœ“'}.ss-delete:before,.ss-delete.right:after{content:'โก'}.ss-dogface:before,.ss-dogface.right:after{content:'๐Ÿถ'}.ss-catface:before,.ss-catface.right:after{content:'๐Ÿฑ'}.ss-bearface:before,.ss-bearface.right:after{content:'๐Ÿป'}.ss-bird:before,.ss-bird.right:after{content:'๐Ÿฆ'}.ss-dog:before,.ss-dog.right:after{content:'๐Ÿ•'}.ss-sheep:before,.ss-sheep.right:after{content:'๐Ÿ‘'}.ss-pig:before,.ss-pig.right:after{content:'๐Ÿ–'}.ss-bone:before,.ss-bone.right:after{content:'๎ฝ '}.ss-tooth:before,.ss-tooth.right:after{content:'๎ฝก'}.ss-palmtree:before,.ss-palmtree.right:after{content:'๐ŸŒด'}.ss-tree:before,.ss-tree.right:after{content:'๐ŸŒฒ'}.ss-leaf:before,.ss-leaf.right:after{content:'๐Ÿ‚'}.ss-flower:before,.ss-flower.right:after{content:'โš˜'}.ss-settings:before,.ss-settings.right:after{content:'โš™'}.ss-dashboard:before,.ss-dashboard.right:after{content:'๏€€'}.ss-notifications:before,.ss-notifications.right:after{content:'๐Ÿ””'}.ss-toggles:before,.ss-toggles.right:after{content:'๏€'}.ss-switch:before,.ss-switch.right:after{content:'๏€‚'}.ss-switchoff:before,.ss-switchoff.right:after{content:'๏€ƒ'}.ss-brightness:before,.ss-brightness.right:after{content:'๐Ÿ”†'}.ss-flashoff:before,.ss-flashoff.right:after{content:'๏€‘'}.ss-toolbox:before,.ss-toolbox.right:after{content:'๏€ฐ'}.ss-tools:before,.ss-tools.right:after{content:'๏€ฑ'}.ss-wrench:before,.ss-wrench.right:after{content:'๐Ÿ”ง'}.ss-wrenches:before,.ss-wrenches.right:after{content:'๏€ฒ'}.ss-wrenchpencil:before,.ss-wrenchpencil.right:after{content:'๏€ณ'}.ss-screwdriverpencil:before,.ss-screwdriverpencil.right:after{content:'๏€ด'}.ss-hammerscrewdriver:before,.ss-hammerscrewdriver.right:after{content:'๏€ต'}.ss-tapemeasure:before,.ss-tapemeasure.right:after{content:'๏€ถ'}.ss-hourglass:before,.ss-hourglass.right:after{content:'โณ'}.ss-clock:before,.ss-clock.right:after{content:'โฒ'}.ss-stopwatch:before,.ss-stopwatch.right:after{content:'โฑ'}.ss-alarmclock:before,.ss-alarmclock.right:after{content:'โฐ'}.ss-calendar:before,.ss-calendar.right:after{content:'๐Ÿ“…'}.ss-keyboardup:before,.ss-keyboardup.right:after{content:'๏ƒ'}.ss-keyboarddown:before,.ss-keyboarddown.right:after{content:'๏ƒ‘'}.ss-heavyasterisk:before,.ss-heavyasterisk.right:after{content:'โœฑ'}.ss-egg:before,.ss-egg.right:after{content:'๏„€'}.ss-cheese:before,.ss-cheese.right:after{content:'๏„'}.ss-hotdog:before,.ss-hotdog.right:after{content:'๏„‚'}.ss-burger:before,.ss-burger.right:after{content:'๐Ÿ”'}.ss-birthdaycake:before,.ss-birthdaycake.right:after{content:'๐ŸŽ‚'}.ss-pancakes:before,.ss-pancakes.right:after{content:'๏„“'}.ss-pizza:before,.ss-pizza.right:after{content:'๐Ÿ•'}.ss-frenchfries:before,.ss-frenchfries.right:after{content:'๐ŸŸ'}.ss-apple:before,.ss-apple.right:after{content:'๐Ÿ'}.ss-mug:before,.ss-mug.right:after{content:'โ˜•'}.ss-coffee:before,.ss-coffee.right:after{content:'๏„ '}.ss-growler:before,.ss-growler.right:after{content:'๏„ก'}.ss-beer:before,.ss-beer.right:after{content:'๐Ÿบ'}.ss-bottle:before,.ss-bottle.right:after{content:'๏„ข'}.ss-wine:before,.ss-wine.right:after{content:'๏„ฃ'}.ss-wineglass:before,.ss-wineglass.right:after{content:'๐Ÿท'}.ss-cocktail:before,.ss-cocktail.right:after{content:'๐Ÿธ'}.ss-soda:before,.ss-soda.right:after{content:'๏„ค'}.ss-cup:before,.ss-cup.right:after{content:'๏„ฅ'}.ss-babybottle:before,.ss-babybottle.right:after{content:'๐Ÿผ'}.ss-jug:before,.ss-jug.right:after{content:'๏„ฆ'}.ss-oven:before,.ss-oven.right:after{content:'๏…€'}.ss-takeout:before,.ss-takeout.right:after{content:'๏… '}.ss-paperbag:before,.ss-paperbag.right:after{content:'๏…ก'}.ss-utensils:before,.ss-utensils.right:after{content:'๐Ÿด'}.ss-tshirt:before,.ss-tshirt.right:after{content:'๐Ÿ‘•'}.ss-graduationcap:before,.ss-graduationcap.right:after{content:'๐ŸŽ“'}.ss-fabric:before,.ss-fabric.right:after{content:'๏‡ฐ'}.ss-swatch:before,.ss-swatch.right:after{content:'๏‡ฑ'}.ss-weave:before,.ss-weave.right:after{content:'๏‡ฒ'}.ss-thread:before,.ss-thread.right:after{content:'๏‡ณ'}.ss-yarn:before,.ss-yarn.right:after{content:'๏‡ด'}.ss-crochet:before,.ss-crochet.right:after{content:'๏‡ต'}.ss-needles:before,.ss-needles.right:after{content:'๏‡ถ'}.ss-scissorsneedles:before,.ss-scissorsneedles.right:after{content:'๏‡ท'}.ss-button:before,.ss-button.right:after{content:'๏‡ธ'}.ss-zipper:before,.ss-zipper.right:after{content:'๏‡น'}.ss-sun:before,.ss-sun.right:after{content:'โ˜€'}.ss-partlycloudy:before,.ss-partlycloudy.right:after{content:'โ›…'}.ss-rainbow:before,.ss-rainbow.right:after{content:'๐ŸŒˆ'}.ss-umbrella:before,.ss-umbrella.right:after{content:'โ˜‚'}.ss-crescentmoon:before,.ss-crescentmoon.right:after{content:'๐ŸŒ™'}.ss-newmoon:before,.ss-newmoon.right:after{content:'๐ŸŒ‘'}.ss-waxingcrescentmoon:before,.ss-waxingcrescentmoon.right:after{content:'๐ŸŒ’'}.ss-firstquartermoon:before,.ss-firstquartermoon.right:after{content:'๐ŸŒ“'}.ss-waxinggibbousmoon:before,.ss-waxinggibbousmoon.right:after{content:'๐ŸŒ”'}.ss-fullmoon:before,.ss-fullmoon.right:after{content:'๐ŸŒ•'}.ss-waninggibbousmoon:before,.ss-waninggibbousmoon.right:after{content:'๐ŸŒ–'}.ss-lastquartermoon:before,.ss-lastquartermoon.right:after{content:'๐ŸŒ—'}.ss-waningcrescentmoon:before,.ss-waningcrescentmoon.right:after{content:'๐ŸŒ˜'}.ss-car:before,.ss-car.right:after{content:'๐Ÿš˜'}.ss-carrepair:before,.ss-carrepair.right:after{content:'๏Œ€'}.ss-taxi:before,.ss-taxi.right:after{content:'๐Ÿš–'}.ss-train:before,.ss-train.right:after{content:'๐Ÿš†'}.ss-bus:before,.ss-bus.right:after{content:'๐Ÿš'}.ss-truck:before,.ss-truck.right:after{content:'๐Ÿšš'}.ss-trailer:before,.ss-trailer.right:after{content:'๏Œ'}.ss-trailerdump:before,.ss-trailerdump.right:after{content:'๏Œ‚'}.ss-plane:before,.ss-plane.right:after{content:'โœˆ'}.ss-bike:before,.ss-bike.right:after{content:'๐Ÿšฒ'}.ss-motorcycle:before,.ss-motorcycle.right:after{content:'๏Œƒ'}.ss-boat:before,.ss-boat.right:after{content:'๐Ÿšข'}.ss-rocket:before,.ss-rocket.right:after{content:'๐Ÿš€'}.ss-ufo:before,.ss-ufo.right:after{content:'๏Œ„'}.ss-squarekey:before,.ss-squarekey.right:after{content:'๏Œ'}.ss-tire:before,.ss-tire.right:after{content:'๏Œ‘'}.ss-fuel:before,.ss-fuel.right:after{content:'โ›ฝ'}.ss-parking:before,.ss-parking.right:after{content:'๏Œ’'}.ss-wheelchair:before,.ss-wheelchair.right:after{content:'โ™ฟ'}.ss-restroom:before,.ss-restroom.right:after{content:'๐Ÿšป'}.ss-elevator:before,.ss-elevator.right:after{content:'๏Ž€'}.ss-briefcase:before,.ss-briefcase.right:after{content:'๐Ÿ’ผ'}.ss-theatre:before,.ss-theatre.right:after{content:'๐ŸŽญ'}.ss-ticket:before,.ss-ticket.right:after{content:'๐ŸŽซ'}.ss-golf:before,.ss-golf.right:after{content:'๏€'}.ss-billiards:before,.ss-billiards.right:after{content:'๐ŸŽฑ'}.ss-baseball:before,.ss-baseball.right:after{content:'โšพ'}.ss-tennis:before,.ss-tennis.right:after{content:'๐ŸŽพ'}.ss-basketball:before,.ss-basketball.right:after{content:'๐Ÿ€'}.ss-football:before,.ss-football.right:after{content:'๐Ÿˆ'}.ss-soccer:before,.ss-soccer.right:after{content:'โšฝ'}.ss-flaginhole:before,.ss-flaginhole.right:after{content:'โ›ณ'}.ss-paddles:before,.ss-paddles.right:after{content:'๏‡'}.ss-skiboot:before,.ss-skiboot.right:after{content:'๏ˆ'}.ss-skis:before,.ss-skis.right:after{content:'๐ŸŽฟ'}.ss-hiker:before,.ss-hiker.right:after{content:'๏'}.ss-runner:before,.ss-runner.right:after{content:'๐Ÿƒ'}.ss-hottub:before,.ss-hottub.right:after{content:'๏‘'}.ss-exercise:before,.ss-exercise.right:after{content:'๏”'}.ss-hospital:before,.ss-hospital.right:after{content:'โ›จ'}.ss-medicalcross:before,.ss-medicalcross.right:after{content:'๏’ฐ'}.ss-medicalbag:before,.ss-medicalbag.right:after{content:'๏’ฑ'}.ss-bandage:before,.ss-bandage.right:after{content:'๏’ฒ'}.ss-flask:before,.ss-flask.right:after{content:'๏“€'}.ss-testtube:before,.ss-testtube.right:after{content:'๏“'}.ss-up:before,.ss-up.right:after{content:'โฌ†'}.ss-right:before,.ss-right.right:after{content:'โžก'}.ss-down:before,.ss-down.right:after{content:'โฌ‡'}.ss-left:before,.ss-left.right:after{content:'โฌ…'}.ss-navigateup:before,.ss-navigateup.right:after{content:'๏”€'}.ss-navigateright:before,.ss-navigateright.right:after{content:'โ–ป'}.ss-navigatedown:before,.ss-navigatedown.right:after{content:'๏”'}.ss-navigateleft:before,.ss-navigateleft.right:after{content:'โ—…'}.ss-share:before,.ss-share.right:after{content:'๏˜'}
@@ -0,0 +1,63 @@
1
+ @charset "UTF-8";
2
+
3
+ /*
4
+ * Symbolset
5
+ * www.symbolset.com
6
+ * Copyright ยฉ 2012 Oak Studios LLC
7
+ */
8
+
9
+ @font-face {
10
+ font-family: "SSSocial";
11
+ src: url('/webfonts/ss-social-circle.eot');
12
+ src: url('/webfonts/ss-social-circle.eot?#iefix') format('embedded-opentype'),
13
+ url('/webfonts/ss-social-circle.woff') format('woff'),
14
+ url('/webfonts/ss-social-circle.ttf') format('truetype'),
15
+ url('/webfonts/ss-social-circle.svg#SSSocialCircle') format('svg');
16
+ font-weight: bold;
17
+ font-style: normal;
18
+ }
19
+
20
+ @font-face {
21
+ font-family: "SSSocial";
22
+ src: url('/webfonts/ss-social-regular.eot');
23
+ src: url('/webfonts/ss-social-regular.eot?#iefix') format('embedded-opentype'),
24
+ url('/webfonts/ss-social-regular.woff') format('woff'),
25
+ url('/webfonts/ss-social-regular.ttf') format('truetype'),
26
+ url('/webfonts/ss-social-regular.svg#SSSocialRegular') format('svg');
27
+ font-weight: normal;
28
+ font-style: normal;
29
+ }
30
+
31
+ /* This triggers a redraw in IE to Fix IE8's :before content rendering. */
32
+ html:hover [class^="ss-"]{-ms-zoom: 1;}
33
+
34
+ .ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
35
+ [class^="ss-"]:before, [class*=" ss-"]:before,
36
+ [class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
37
+ [class^="ss-"].right:after, [class*=" ss-"].right:after,
38
+ [class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after{
39
+ font-family: "SSSocial";
40
+ font-style: normal;
41
+ font-weight: normal;
42
+ text-decoration: none;
43
+ text-rendering: optimizeLegibility;
44
+ white-space: nowrap;
45
+ /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
46
+ -moz-font-feature-settings: "liga=1";
47
+ -moz-font-feature-settings: "liga";
48
+ -ms-font-feature-settings: "liga" 1;
49
+ -o-font-feature-settings: "liga";
50
+ font-feature-settings: "liga";
51
+ -webkit-font-smoothing: antialiased;
52
+ }
53
+
54
+ .ss-icon.ss-social-circle,
55
+ [class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
56
+ [class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after{
57
+ font-weight: bold;
58
+ }
59
+
60
+ [class^="ss-"].right:before,
61
+ [class*=" ss-"].right:before{display:none;content:'';}
62
+
63
+ .ss-facebook:before,.ss-facebook.right:after{content:'๏˜'}.ss-twitter:before,.ss-twitter.right:after{content:'๏˜‘'}.ss-linkedin:before,.ss-linkedin.right:after{content:'๏˜’'}.ss-googleplus:before,.ss-googleplus.right:after{content:'๏˜“'}.ss-appdotnet:before,.ss-appdotnet.right:after{content:'๏˜”'}.ss-zerply:before,.ss-zerply.right:after{content:'๏˜•'}.ss-reddit:before,.ss-reddit.right:after{content:'๏˜–'}.ss-tumblr:before,.ss-tumblr.right:after{content:'๏˜ '}.ss-wordpress:before,.ss-wordpress.right:after{content:'๏˜ก'}.ss-blogger:before,.ss-blogger.right:after{content:'๏˜ข'}.ss-posterous:before,.ss-posterous.right:after{content:'๏˜ฃ'}.ss-youtube:before,.ss-youtube.right:after{content:'๏˜ฐ'}.ss-vimeo:before,.ss-vimeo.right:after{content:'๏˜ฑ'}.ss-flickr:before,.ss-flickr.right:after{content:'๏™€'}.ss-instagram:before,.ss-instagram.right:after{content:'๏™'}.ss-fivehundredpx:before,.ss-fivehundredpx.right:after{content:'๏™‚'}.ss-pinterest:before,.ss-pinterest.right:after{content:'๏™'}.ss-svpply:before,.ss-svpply.right:after{content:'๏™‘'}.ss-readmill:before,.ss-readmill.right:after{content:'๏™’'}.ss-dropbox:before,.ss-dropbox.right:after{content:'๏™“'}.ss-pinboard:before,.ss-pinboard.right:after{content:'๏™”'}.ss-dribbble:before,.ss-dribbble.right:after{content:'๏™ '}.ss-behance:before,.ss-behance.right:after{content:'๏™ก'}.ss-github:before,.ss-github.right:after{content:'๏™ฐ'}.ss-octocat:before,.ss-octocat.right:after{content:'๏™ฑ'}.ss-stackoverflow:before,.ss-stackoverflow.right:after{content:'๏™ฒ'}.ss-paypal:before,.ss-paypal.right:after{content:'๏š€'}.ss-kickstarter:before,.ss-kickstarter.right:after{content:'๏š'}.ss-foursquare:before,.ss-foursquare.right:after{content:'๏š'}.ss-yelp:before,.ss-yelp.right:after{content:'๏š‘'}.ss-skype:before,.ss-skype.right:after{content:'๏š '}.ss-rdio:before,.ss-rdio.right:after{content:'๏šฐ'}.ss-spotify:before,.ss-spotify.right:after{content:'๏šฑ'}.ss-lastfm:before,.ss-lastfm.right:after{content:'๏šฒ'}.ss-soundcloud:before,.ss-soundcloud.right:after{content:'๏šณ'}.ss-mail:before,.ss-mail.right:after{content:'โœ‰'}.ss-like:before,.ss-like.right:after{content:'๐Ÿ‘'}.ss-rss:before,.ss-rss.right:after{content:'๎Œ'}.ss-share:before,.ss-share.right:after{content:'๏˜'}.ss-apple:before,.ss-apple.right:after{content:'๏ฃฟ'}.ss-microsoft:before,.ss-microsoft.right:after{content:'๏›ฑ'}.ss-windows:before,.ss-windows.right:after{content:'๏›ฒ'}.ss-android:before,.ss-android.right:after{content:'๏›ณ'}.ss-blackberry:before,.ss-blackberry.right:after{content:'๏›ด'}
@@ -0,0 +1,397 @@
1
+ /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
2
+ /* ==========================================================================
3
+ HTML5 display definitions
4
+ ========================================================================== */
5
+ /**
6
+ * Correct `block` display not defined in IE 8/9.
7
+ */
8
+
9
+ article,
10
+ aside,
11
+ details,
12
+ figcaption,
13
+ figure,
14
+ footer,
15
+ header,
16
+ hgroup,
17
+ main,
18
+ nav,
19
+ section,
20
+ summary {
21
+ display: block;
22
+ }
23
+
24
+ /**
25
+ * Correct `inline-block` display not defined in IE 8/9.
26
+ */
27
+
28
+ audio,
29
+ canvas,
30
+ video {
31
+ display: inline-block;
32
+ }
33
+
34
+ /**
35
+ * Prevent modern browsers from displaying `audio` without controls.
36
+ * Remove excess height in iOS 5 devices.
37
+ */
38
+
39
+ audio:not([controls]) {
40
+ display: none;
41
+ height: 0;
42
+ }
43
+
44
+ /**
45
+ * Address styling not present in IE 8/9.
46
+ */
47
+
48
+ [hidden] {
49
+ display: none;
50
+ }
51
+
52
+ /* ==========================================================================
53
+ Base
54
+ ========================================================================== */
55
+
56
+ /**
57
+ * 1. Set default font family to sans-serif.
58
+ * 2. Prevent iOS text size adjust after orientation change, without disabling
59
+ * user zoom.
60
+ */
61
+
62
+ html {
63
+ font-family: sans-serif; /* 1 */
64
+ -webkit-text-size-adjust: 100%; /* 2 */
65
+ -ms-text-size-adjust: 100%; /* 2 */
66
+ }
67
+
68
+ /**
69
+ * Remove default margin.
70
+ */
71
+
72
+ body {
73
+ margin: 0;
74
+ }
75
+
76
+ /* ==========================================================================
77
+ Links
78
+ ========================================================================== */
79
+
80
+ /**
81
+ * Address `outline` inconsistency between Chrome and other browsers.
82
+ */
83
+
84
+ a:focus {
85
+ outline: thin dotted;
86
+ }
87
+
88
+ /**
89
+ * Improve readability when focused and also mouse hovered in all browsers.
90
+ */
91
+
92
+ a:active,
93
+ a:hover {
94
+ outline: 0;
95
+ }
96
+
97
+ /* ==========================================================================
98
+ Typography
99
+ ========================================================================== */
100
+
101
+ /**
102
+ * Address variable `h1` font-size and margin within `section` and `article`
103
+ * contexts in Firefox 4+, Safari 5, and Chrome.
104
+ */
105
+
106
+ h1 {
107
+ font-size: 2em;
108
+ margin: 0.67em 0;
109
+ }
110
+
111
+ /**
112
+ * Address styling not present in IE 8/9, Safari 5, and Chrome.
113
+ */
114
+
115
+ abbr[title] {
116
+ border-bottom: 1px dotted;
117
+ }
118
+
119
+ /**
120
+ * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
121
+ */
122
+
123
+ b,
124
+ strong {
125
+ font-weight: bold;
126
+ }
127
+
128
+ /**
129
+ * Address styling not present in Safari 5 and Chrome.
130
+ */
131
+
132
+ dfn {
133
+ font-style: italic;
134
+ }
135
+
136
+ /**
137
+ * Address differences between Firefox and other browsers.
138
+ */
139
+
140
+ hr {
141
+ -moz-box-sizing: content-box;
142
+ box-sizing: content-box;
143
+ height: 0;
144
+ }
145
+
146
+ /**
147
+ * Address styling not present in IE 8/9.
148
+ */
149
+
150
+ mark {
151
+ background: #ff0;
152
+ color: #000;
153
+ }
154
+
155
+ ::selection {
156
+ background: $color-text-highlight; /* Safari */
157
+ }
158
+
159
+ /**
160
+ * Correct font family set oddly in Safari 5 and Chrome.
161
+ */
162
+
163
+ code,
164
+ kbd,
165
+ pre,
166
+ samp {
167
+ font-family: monospace, serif;
168
+ font-size: 1em;
169
+ }
170
+
171
+ /**
172
+ * Improve readability of pre-formatted text in all browsers.
173
+ */
174
+
175
+ pre {
176
+ white-space: pre-wrap;
177
+ }
178
+
179
+ /**
180
+ * Set consistent quote types.
181
+ */
182
+
183
+ q {
184
+ quotes: "\201C" "\201D" "\2018" "\2019";
185
+ }
186
+
187
+ /**
188
+ * Address inconsistent and variable font size in all browsers.
189
+ */
190
+
191
+ small {
192
+ font-size: 80%;
193
+ }
194
+
195
+ /**
196
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
197
+ */
198
+
199
+ sub,
200
+ sup {
201
+ font-size: 75%;
202
+ line-height: 0;
203
+ position: relative;
204
+ vertical-align: baseline;
205
+ }
206
+
207
+ sup {
208
+ top: -0.5em;
209
+ }
210
+
211
+ sub {
212
+ bottom: -0.25em;
213
+ }
214
+
215
+ /* ==========================================================================
216
+ Embedded content
217
+ ========================================================================== */
218
+
219
+ /**
220
+ * Remove border when inside `a` element in IE 8/9.
221
+ */
222
+
223
+ img {
224
+ border: 0;
225
+ }
226
+
227
+ /**
228
+ * Correct overflow displayed oddly in IE 9.
229
+ */
230
+
231
+ svg:not(:root) {
232
+ overflow: hidden;
233
+ }
234
+
235
+ /* ==========================================================================
236
+ Figures
237
+ ========================================================================== */
238
+
239
+ /**
240
+ * Address margin not present in IE 8/9 and Safari 5.
241
+ */
242
+
243
+ figure {
244
+ margin: 0;
245
+ }
246
+
247
+ /* ==========================================================================
248
+ Forms
249
+ ========================================================================== */
250
+
251
+ /**
252
+ * Define consistent border, margin, and padding.
253
+ */
254
+
255
+ fieldset {
256
+ border:none;
257
+ }
258
+
259
+ /**
260
+ * 1. Correct `color` not being inherited in IE 8/9.
261
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
262
+ */
263
+
264
+ legend {
265
+ border: 0; /* 1 */
266
+ padding: 0; /* 2 */
267
+ }
268
+
269
+ /**
270
+ * 1. Correct font family not being inherited in all browsers.
271
+ * 2. Correct font size not being inherited in all browsers.
272
+ * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
273
+ */
274
+
275
+ button,
276
+ input,
277
+ select,
278
+ textarea {
279
+ font-family: inherit; /* 1 */
280
+ font-size: 100%; /* 2 */
281
+ margin: 0; /* 3 */
282
+ }
283
+
284
+ /**
285
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
286
+ * the UA stylesheet.
287
+ */
288
+
289
+ button,
290
+ input {
291
+ line-height: $base-line-height;;
292
+ }
293
+
294
+ /**
295
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
296
+ * All other form control elements do not inherit `text-transform` values.
297
+ * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
298
+ * Correct `select` style inheritance in Firefox 4+ and Opera.
299
+ */
300
+
301
+ button,
302
+ select {
303
+ text-transform: none;
304
+ }
305
+
306
+ /**
307
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
308
+ * and `video` controls.
309
+ * 2. Correct inability to style clickable `input` types in iOS.
310
+ * 3. Improve usability and consistency of cursor style between image-type
311
+ * `input` and others.
312
+ */
313
+
314
+ button,
315
+ html input[type="button"], /* 1 */
316
+ input[type="reset"],
317
+ input[type="submit"] {
318
+ -webkit-appearance: button; /* 2 */
319
+ cursor: pointer; /* 3 */
320
+ }
321
+
322
+ /**
323
+ * Re-set default cursor for disabled elements.
324
+ */
325
+
326
+ button[disabled],
327
+ html input[disabled] {
328
+ cursor: default;
329
+ }
330
+
331
+ /**
332
+ * 1. Address box sizing set to `content-box` in IE 8/9.
333
+ * 2. Remove excess padding in IE 8/9.
334
+ */
335
+
336
+ input[type="checkbox"],
337
+ input[type="radio"] {
338
+ box-sizing: border-box; /* 1 */
339
+ padding: 0; /* 2 */
340
+ border:none;
341
+ }
342
+
343
+ /**
344
+ * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
345
+ * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
346
+ * (include `-moz` to future-proof).
347
+ */
348
+
349
+ input[type="search"] {
350
+ -webkit-appearance: textfield; /* 1 */
351
+ -moz-box-sizing: content-box;
352
+ -webkit-box-sizing: content-box; /* 2 */
353
+ box-sizing: content-box;
354
+ }
355
+
356
+ /**
357
+ * Remove inner padding and search cancel button in Safari 5 and Chrome
358
+ * on OS X.
359
+ */
360
+
361
+ input[type="search"]::-webkit-search-cancel-button,
362
+ input[type="search"]::-webkit-search-decoration {
363
+ -webkit-appearance: none;
364
+ }
365
+
366
+ /**
367
+ * Remove inner padding and border in Firefox 4+.
368
+ */
369
+
370
+ button::-moz-focus-inner,
371
+ input::-moz-focus-inner {
372
+ border: 0;
373
+ padding: 0;
374
+ }
375
+
376
+ /**
377
+ * 1. Remove default vertical scrollbar in IE 8/9.
378
+ * 2. Improve readability and alignment in all browsers.
379
+ */
380
+
381
+ textarea {
382
+ overflow: auto; /* 1 */
383
+ vertical-align: top; /* 2 */
384
+ }
385
+
386
+ /* ==========================================================================
387
+ Tables
388
+ ========================================================================== */
389
+
390
+ /**
391
+ * Remove most spacing between table cells.
392
+ */
393
+
394
+ table {
395
+ border-collapse: collapse;
396
+ border-spacing: 0;
397
+ }
File without changes
@@ -0,0 +1,91 @@
1
+ /* sections */
2
+ .header,.footer{
3
+ @extend %clearance;
4
+ }
5
+ .header{
6
+ background:$color-primary;
7
+ -webkit-border-radius: 0 0 $box-radius-big $box-radius-big;
8
+ -moz-border-radius:0 0 $box-radius-big $box-radius-big;
9
+ border-radius: 0 0 $box-radius-big $box-radius-big;
10
+ .logo {
11
+ margin-bottom: 0px;
12
+ img {
13
+ padding-top: 10px;
14
+ padding-left: 10px;
15
+ }
16
+ }
17
+ a.help-link{
18
+ color: $color-white;
19
+ padding: 15px;
20
+ text-decoration: none;
21
+ font-size: 1.2em;
22
+ float: right;
23
+ }
24
+ }
25
+ .footer{
26
+ text-align:left;
27
+ margin-top:$base-margin;
28
+ }
29
+ /*components*/
30
+ .inner{
31
+ @extend %padding-all;
32
+ }
33
+ .outer{
34
+ @extend %margin-all;
35
+ }
36
+ .box{
37
+ @include boxRadius(big);
38
+ padding: $base-padding / 2;
39
+ }
40
+ .widget{
41
+ @extend .box;
42
+ }
43
+ .widget.outline{
44
+ border: $color-border $base-border-thickness solid;
45
+ padding:0;
46
+ overflow:hidden;
47
+ h4{
48
+ margin-top:0;
49
+ -webkit-border-radius: 0 0 $box-radius-big 0;
50
+ -moz-border-radius: 0 0 $box-radius-big 0;
51
+ border-radius: 0 0 $box-radius-big 0;
52
+ padding:$base-padding/2;
53
+ color:$color-white;
54
+ background-color:$color-primary;
55
+ width:20em;
56
+ margin-bottom:0;
57
+ }
58
+ }
59
+ .widget.filled{
60
+ background-color: lighten($color-primary,70);
61
+ }
62
+
63
+ #search_results {
64
+ padding: 0;
65
+ margin: 0;
66
+ }
67
+ #search_results th {
68
+ font: bold 11px Verdana, Arial, Helvetica, sans-serif;
69
+ color: #0f3c62;
70
+ border-right: 1px solid #c6e0f6;
71
+ border-bottom: 1px solid #c6e0f6;
72
+ border-top: 1px solid #c6e0f6;
73
+ letter-spacing: 2px;
74
+ text-transform: uppercase;
75
+ text-align: left;
76
+ padding: 6px 6px 6px 12px;
77
+ background: #c6e0f6;
78
+ }
79
+ #search_results td {
80
+ border-right: 1px solid #c6e0f6;
81
+ border-bottom: 1px solid #c6e0f6;
82
+ background: #fff;
83
+ padding: 6px 6px 6px 12px;
84
+ color: #0f3c62;
85
+ }
86
+ #search_results td.first {
87
+ border-left: 1px solid #c6e0f6;
88
+ }
89
+ #search_results th.first {
90
+ border-left: 1px solid #c6e0f6;
91
+ }