Created
September 1, 2016 14:45
-
-
Save rwmajux/006e96b0c2eb08a5a3a3ef08ca736889 to your computer and use it in GitHub Desktop.
This file contains 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
/*------------------------------------------------*/ | |
/*-----------------[BASIC STYLES]-----------------*/ | |
/*------------------------------------------------*/ | |
/*-----------[FOOTER SOCIAL ICON STYLES]----------*/ | |
/*------------------------------------------------*/ | |
/*-----------------[HEADER STYLES]----------------*/ | |
/*------------------------------------------------*/ | |
/*------------------------------------------------*/ | |
/*---------------[MAIN LAYOUT INFO]---------------*/ | |
/*------------------------------------------------*/ | |
/*------------------------------------------------*/ | |
/*-----------------[GFORM STYLES]-----------------*/ | |
/*------------------------------------------------*/ | |
/*------------------------------------------------*/ | |
/*-----------------[MAIN NAV STYLES]--------------*/ | |
/*------------------------------------------------*/ | |
/*------------------------------------------------*/ | |
/*---------------------[FOOTER]-------------------*/ | |
/*------------------------------------------------*/ | |
/*----------------[FOOTER NAV STYLES]-------------*/ | |
/*------------------------------------------------*/ | |
/*--------------------[SIDEBAR]-------------------*/ | |
/*------------------------------------------------*/ | |
/*------------------------------------------------*/ | |
/*---------------[HOME PAGE STYLES]---------------*/ | |
/*------------------------------------------------*/ | |
/*------------------------------------------------*/ | |
/*---------------[ABOUT PAGE STYLES]--------------*/ | |
/*------------------------------------------------*/ | |
/*------------------------------------------------*/ | |
/*----------------[SUB PAGE STYLES]---------------*/ | |
/*------------------------------------------------*/ | |
/*------------------------------------------------*/ | |
/*---------------[RESPONSIVE LAYOUTS]-------------*/ | |
/*------------------------------------------------*/ | |
/*-------------------[1024px]------------------*/ | |
@media only screen and ( min-width: 1024px ) { | |
} | |
@media only screen and ( min-width: 981px ) { | |
} | |
/*-------------------[980px-1200px]------------------*/ | |
@media only screen and ( max-width: 980px ) { | |
} | |
/*-------------------[768px-980px]------------------*/ | |
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) { | |
} | |
/*-------------------[780px]------------------*/ | |
@media only screen and ( min-width: 767px ) { | |
} | |
@media only screen and ( max-width: 767px ) { | |
} | |
/*-------------------[600px]------------------*/ | |
@media only screen and ( max-width: 600px ) { | |
} | |
/*-------------------[480px]------------------*/ | |
@media only screen and ( max-width: 479px ) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment