Initial commit with Fublo template
[apps-fullscreen] / www / assets / css / skeleton / stylesheets / layout.css
1 /*
2 * Skeleton V1.1
3 * Copyright 2011, Dave Gamache
4 * www.getskeleton.com
5 * Free to use under the MIT license.
6 * http://www.opensource.org/licenses/mit-license.php
7 * 8/17/2011
8 */
9
10 /* Table of Content
11 ==================================================
12         #Site Styles
13         #Page Styles
14         #Media Queries
15         #Font-Face */
16
17 /* #Site Styles
18 ================================================== */
19
20 /* #Page Styles
21 ================================================== */
22
23 /* #Media Queries
24 ================================================== */
25
26         /* Smaller than standard 960 (devices and browsers) */
27         @media only screen and (max-width: 959px) {}
28
29         /* Tablet Portrait size to standard 960 (devices and browsers) */
30         @media only screen and (min-width: 768px) and (max-width: 959px) {}
31
32         /* All Mobile Sizes (devices and browser) */
33         @media only screen and (max-width: 767px) {}
34
35         /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
36         @media only screen and (min-width: 480px) and (max-width: 767px) {}
37
38         /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
39         @media only screen and (max-width: 479px) {}
40
41
42 /* #Font-Face
43 ================================================== */
44 /*      This is the proper syntax for an @font-face file
45                 Just create a "fonts" folder at the root,
46                 copy your FontName into code below and remove
47                 comment brackets */
48
49 /*      @font-face {
50             font-family: 'FontName';
51             src: url('../fonts/FontName.eot');
52             src: url('../fonts/FontName.eot?iefix') format('eot'),
53                  url('../fonts/FontName.woff') format('woff'),
54                  url('../fonts/FontName.ttf') format('truetype'),
55                  url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
56             font-weight: normal;
57             font-style: normal; }
58 */