Advertisement
Guest User

Untitled

a guest
Mar 12th, 2013
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.54 KB | None | 0 0
  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.  
  11. /* #Tablet (Portrait)
  12. ================================================== */
  13.  
  14. /* Note: Design for a width of 768px */
  15.  
  16. @media only screen and (min-width: 768px) and (max-width: 959px) {
  17.  
  18.     #main.container {
  19.         padding: 0 20px;
  20.     }
  21.  
  22.     #backsketch {
  23.         max-width: 100%;
  24.     }
  25.  
  26.     #footer1 {
  27.         display: none;
  28.     }
  29.     #footer2 {
  30.         margin-left: 20px;
  31.     }
  32.  
  33.     #main {
  34.         margin-bottom: 40px;
  35.     }
  36.  
  37.     #header.navbar {
  38.         width: 100%;
  39.     }
  40.  
  41.     body #header.navbar #logo {
  42.         width: 23%;
  43.     }
  44.  
  45.     #header.navbar #menu {
  46.         width: 75%;
  47.     }
  48.  
  49.     .jt-menu li {
  50.         margin-bottom: 5px;
  51.     }
  52.  
  53.     #header.navbar {
  54.         z-index: 1;
  55.     }
  56.  
  57.     #header.navbar #search, #header.navbar #social_icons {
  58.         margin-top: 10px;
  59.     }
  60.  
  61.     #social_sharing, #live_comments, #featured_boxes .boxes span.description, #fss-strip1 {
  62.         display: none;
  63.     }
  64.  
  65.     .featured_boxes_carousel .viewport {
  66.         width: 100%;
  67.     }
  68.     .featured_boxes_carousel .overview li {
  69.         width: 187px;
  70.         height: 187px;
  71.     }
  72.     .featured_boxes .boxes {
  73.         width: 127px;
  74.         height: 127px;
  75.     }
  76.     #front_centered {
  77.         position: inherit;
  78.         margin-left: 0;
  79.     }
  80.     #footer {
  81.         position: relative;
  82.     }
  83.     .featured_boxes_carousel {
  84.         height: auto;
  85.         margin-bottom: 10px;
  86.     }
  87.     .hg-portfolio-sortable #sorting {
  88.         margin-bottom: 25px;
  89.     }
  90.  
  91. }
  92.  
  93. /*  #Mobile (Portrait)
  94. ================================================== */
  95.  
  96. /* Note: Design for a width of 320px */
  97.  
  98. @media only screen and (max-width: 767px) {
  99.     #main.container {
  100.         padding: 0 20px;
  101.     }
  102.     .jt-menu {
  103.         display: none;
  104.     }
  105.  
  106.     .core_team {
  107.         width: 100%;
  108.     }
  109.  
  110.     #header.navbar #search {
  111.         display: none;
  112.     }
  113.  
  114.     #tinynav1 {
  115.         display: block;
  116.         width: 90%;
  117.         margin: 15px auto -5px;
  118.     }
  119.     img, #backsketch {
  120.         max-width: 100%;
  121.     }
  122.  
  123.     #footer1 {
  124.         display: none;
  125.     }
  126.     #footer2 {
  127.         margin-left: 20px;
  128.         width: auto;
  129.     }
  130.  
  131.     #main {
  132.         margin-bottom: 40px;
  133.     }
  134.  
  135.     #header.navbar {
  136.         width: 100%;
  137.     }
  138.  
  139.     body #header.navbar #logo {
  140.         width: 100%;
  141.         position: inherit !important;
  142.     }
  143.  
  144.     #header.navbar #menu {
  145.         width: 100%;
  146.     }
  147.  
  148.     #header.navbar {
  149.         z-index: 1;
  150.     }
  151.  
  152.     #header.navbar #search, #header.navbar #social_icons {
  153.         margin-top: 40px;
  154.     }
  155.  
  156.     #mainboxes {
  157.         margin-bottom: 20px;
  158.         display: block !important;
  159.     }
  160.  
  161.     #social_sharing, #live_comments, #footer3, #footer4, .supersized_slider, .thumbContainer, #arrow_indicator,
  162.     .sq_controls, .mb_YTVPBar .buttonBar, #social_icons, .featured_boxes_carousel .carousel_bullets, #fss-strip1 {
  163.         display: none !important;
  164.     }
  165.  
  166.     .featured_boxes_carousel .overview {
  167.         width: 100% !important;
  168.         position: relative !important;
  169.     }
  170.  
  171.     .featured_boxes_carousel .viewport {
  172.         height: auto;
  173.         overflow: visible;
  174.         width: 100%;
  175.     }
  176.     .featured_boxes_carousel .overview li {
  177.         width: 295px;
  178.         height: 300px;
  179.     }
  180.     .featured_boxes .boxes {
  181.         width: 240px;
  182.         height: 240px;
  183.     }
  184.  
  185.     #featured_boxes .boxes h5.title {
  186.         font-size: 16px;
  187.     }
  188.  
  189.     #featured_boxes .boxes span.description {
  190.         font-size: 14px;
  191.     }
  192.  
  193.     #front_centered {
  194.         position: inherit;
  195.         margin-left: 0;
  196.     }
  197.     #footer {
  198.         position: relative;
  199.     }
  200.  
  201.     .noSidebars #mainbody {
  202.         padding-right: 10px;
  203.     }
  204.     .hg-portfolio-sortable #sorting {
  205.         margin-bottom: 25px;
  206.     }
  207.     .page-template-page-template-ffslider-php #footer, .page-template-page-template-supersized-php #footer,
  208.     .page-template-page-template-gridgallery-php #footer, .page-template-page-template-sequence-php #footer {
  209.         position: fixed;
  210.     }
  211. }
  212.  
  213.  
  214. /* #Mobile (Landscape)
  215. ================================================== */
  216.  
  217. /* Note: Design for a width of 480px */
  218.  
  219. @media only screen and (min-width: 480px) and (max-width: 767px) {
  220.  
  221.     #main.container {
  222.         padding: 0 20px;
  223.     }
  224.  
  225.     img, #backsketch {
  226.         max-width: 100%;
  227.     }
  228.  
  229.     #footer2 {
  230.         width: 205px;
  231.     }
  232.  
  233.     .jt-menu {
  234.         display: none;
  235.     }
  236.  
  237.     #tinynav1 {
  238.         display: block;
  239.         margin-bottom: 5px;
  240.         margin-top: 25px;
  241.         width: 90%;
  242.     }
  243.  
  244.     #footer1 {
  245.         display: none;
  246.     }
  247.     #footer2 {
  248.         margin-left: 20px;
  249.         width: auto;
  250.     }
  251.  
  252.     #main {
  253.         margin-bottom: 40px;
  254.     }
  255.  
  256.     #header.navbar {
  257.         width: 100%;
  258.     }
  259.  
  260.     #logo {
  261.         width: 100%;
  262.     }
  263.  
  264.     #header.navbar #search, #header.navbar #social_icons {
  265.         margin-top: 40px;
  266.     }
  267.  
  268.     #mainboxes {
  269.         margin-bottom: 20px;
  270.         display: block !important;
  271.     }
  272.     #social_sharing, #live_comments, #footer3, #footer4, .supersized_slider, .thumbContainer, #arrow_indicator,
  273.     .sq_controls, .mb_YTVPBar .buttonBar , #social_icons, .featured_boxes_carousel .carousel_bullets,
  274.     #featured_boxes .boxes span.description, #fss-strip1 {
  275.         display: none !important;
  276.     }
  277.  
  278.     .featured_boxes_carousel .overview {
  279.         width: 100% !important;
  280.         position: relative !important;
  281.     }
  282.  
  283.     .featured_boxes_carousel .viewport {
  284.         height: auto;
  285.         overflow: visible;
  286.         width: 100%;
  287.     }
  288.     .featured_boxes_carousel .overview li {
  289.         width: 209px;
  290.         height: 209px;
  291.     }
  292.     .featured_boxes .boxes {
  293.         width: 151px;
  294.         height: 151px;
  295.     }
  296.  
  297.     #front_centered {
  298.         position: inherit;
  299.         margin-left: 0;
  300.     }
  301.     #footer {
  302.         position: relative;
  303.     }
  304.     .featured_boxes_carousel {
  305.         height: auto;
  306.         margin-bottom: 10px;
  307.     }
  308.     .noSidebars #mainbody {
  309.         padding-right: 10px;
  310.     }
  311.     .hg-portfolio-sortable #sorting {
  312.         margin-bottom: 25px;
  313.     }
  314.     .page-template-page-template-ffslider-php #footer, .page-template-page-template-supersized-php #footer,
  315.     .page-template-page-template-gridgallery-php #footer, .page-template-page-template-sequence-php #footer {
  316.         position: fixed;
  317.     }
  318. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement