mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-28 14:17:13 +10:00
Files downloaded on jan 8, 2013 Cascade Framework is a frontend framework focused on CSS, like Twitter Bootstrap or Zurb Foundation. Cascade Framework 1.x is written in pure CSS. It supports responsive design and all modern browsers as well as IE6+. For an optimal balance between footprint and flexibility, it implements a modifier design pattern inspired by SMACCS and OOCSS. In an article posted on October 13, 2013, Crunchify lists Cascade Framework as #5 in its "Top 5 New and Favorite Responsive Frameworks". The first four are respectively Bootstrap, Cardinal, TypePlate and Furrato. In an article posted on October 24, 2013, CodeGeekz lists it among "12 Fresh and Useful Frameworks". Other projects listed are Gumby, Solved by Flexbox, UI Kit, SkelJS, Cardinal, Layers CSS, Grid Forms, Gridism, Maxmert, Rocket CSS and Kube Framework. Linux portal Linuxlinks lists Cascade Framework as one of the ten "finest open source lightweight frameworks to kick start CSS and HTML projects". Other projects listed are Quantum Framework, Pure, Baseline, HTML KickStart, Base, KNACSS, Toast, Motherplate and HTML5 Boilerplate. Cascade Framework was also Softpedia's Script of the day on September 6, 2013. At the moment of this commit, Cascade Framework has 97 stars on its main repo and 39 stars on its mirror repo.
1 line
2.9 KiB
CSS
1 line
2.9 KiB
CSS
@media(min-width:1200px){.site-center{width:1160px}.cell{margin:15px}}@media(min-width:768px) and (max-width:979px){.site-center{width:704px}}@media(max-width:767px){.site-header,.site-footer{position:relative !important}.parsley-error-list{position:static;display:block !important;margin-left:3px}.site-header-ghost{display:none !important}main,section,article,header,footer,aside,nav,.col,main.width-fit,main.width-fill,section.width-fit,section.width-fill,article.width-fit,article.width-fill,header.width-fit,header.width-fill,footer.width-fit,footer.width-fill,aside.width-fit,aside.width-fill,nav.width-fit,nav.width-fill,.col.width-fit,.col.width-fill{padding:0 !important;display:block !important;float:left !important;width:100% !important}.site-center,.site-body,.site-header,.site-footer,.site-center>.body{margin:0 !important;width:100% !important;border:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.center{float:none !important}}@media(max-width:767px){main.mobile-width-fill,section.mobile-width-fill,article.mobile-width-fill,header.mobile-width-fill,footer.mobile-width-fill,aside.mobile-width-fill,nav.mobile-width-fill,.col.mobile-width-fill{display:table-cell !important;float:none !important;min-width:50px !important;width:10000px !important}main.mobile-width-fit,section.mobile-width-fit,article.mobile-width-fit,header.mobile-width-fit,footer.mobile-width-fit,aside.mobile-width-fit,nav.mobile-width-fit,.col.mobile-width-fit{width:auto !important}.mobile-center{float:none !important;margin-left:auto !important;margin-right:auto !important}}@media(min-width:481px) and (max-width:767px){main.mobile-width-fill,section.tablet-width-fill,article.tablet-width-fill,header.tablet-width-fill,footer.tablet-width-fill,aside.tablet-width-fill,nav.tablet-width-fill,.col.tablet-width-fill{display:table-cell !important;float:none !important;min-width:50px !important;width:10000px !important}main.mobile-width-fill,section.tablet-width-fit,article.tablet-width-fit,header.tablet-width-fit,footer.tablet-width-fit,aside.tablet-width-fit,nav.tablet-width-fit,.col.tablet-width-fit{width:auto !important}.tablet-center{float:none !important;margin-left:auto !important;margin-right:auto !important}}@media(max-width:480px){main.phone-width-fill,section.phone-width-fill,article.phone-width-fill,header.phone-width-fill,footer.phone-width-fill,aside.phone-width-fill,nav.phone-width-fill,.col.phone-width-fill{display:table-cell !important;float:none !important;min-width:50px !important;width:10000px !important}main.phone-width-fit,section.phone-width-fit,article.phone-width-fit,header.phone-width-fit,footer.phone-width-fit,aside.phone-width-fit,nav.phone-width-fit,.col.phone-width-fit{width:auto !important}.phone-center{float:none !important;margin-left:auto !important;margin-right:auto !important}} |