Advertisement
Sinax

css datei

Mar 3rd, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.85 KB | None | 0 0
  1. /*Patrick Edit*/
  2.  
  3. *{
  4.  
  5.     box-sizing: border-box;
  6.  
  7. }
  8.  
  9.  
  10.  
  11. /* $Responsive */
  12.  
  13. .section {
  14.  
  15.     clear: both;
  16.  
  17.     padding: auto;
  18.  
  19.     margin: -2% 0;
  20.  
  21.     float:bottom;
  22.  
  23. }
  24.  
  25. .group:before, .group:after {
  26.  
  27.     content: "";
  28.  
  29.     display: table;
  30.  
  31. }
  32.  
  33. .group:after { clear: both; }
  34.  
  35. .group { zoom: 0; }
  36.  
  37. .col {
  38.  
  39.     display: block;
  40.  
  41.     float: left;
  42.  
  43.     margin: 0;
  44.  
  45. }
  46.  
  47. /*Boxen*/
  48.  
  49. .boxneu {
  50.     background-color:#fffcd6;
  51.     border: solid 1px #dbdbdb;
  52.     color: #7b7b7b;
  53.     text-shadow: #ffffff 1px 1px 1px;
  54.     position: relative;
  55.     width: 90%;
  56.     padding: 10px;
  57.     margin-top: 10px;
  58.     margin-bottom: 10px;
  59. }
  60.  
  61. .span_1_of_12 { width: 8.33%; }
  62.  
  63. .span_1_of_11 { width: 9.09%; }
  64.  
  65. .span_1_of_10 { width: 10%; }
  66.  
  67. .span_1_of_9 { width: 11.11%; }
  68.  
  69. .span_own_test { width: 11.11%; }
  70.  
  71. .span_1_of_8 { width: 12.5%; }
  72.  
  73. .span_1_of_7 { width: 14.28%; }
  74.  
  75. .span_1_of_6,
  76.  
  77. .span_2_of_12 { width: 16.66%; }
  78.  
  79. .span_2_of_11 { width: 18.18%; }
  80.  
  81. .span_1_of_5,
  82.  
  83. .span_2_of_10 { width: 20%; }
  84.  
  85. .span_2_of_9 { width: 22.22%; }
  86.  
  87. .span_1_of_4,
  88.  
  89. .span_2_of_8,
  90.  
  91. .span_3_of_12 { width: 25%; }
  92.  
  93. .span_3_of_11 { width: 27.27%; }
  94.  
  95. .span_2_of_7 { width: 28.57%; }
  96.  
  97. .span_3_of_10 { width: 30%; }
  98.  
  99. .span_1_of_3,
  100.  
  101. .span_2_of_6,
  102.  
  103. .span_3_of_9,
  104.  
  105. .span_4_of_12 { width: 33.33%; }
  106.  
  107. .span_4_of_11 { width: 36.36%; }
  108.  
  109. .span_3_of_8 { width: 37.5%; }
  110.  
  111. .span_2_of_5,
  112.  
  113. .span_4_of_10 { width: 40%; }
  114.  
  115. .span_5_of_12 { width: 41.66%; }
  116.  
  117. .span_3_of_7 { width: 42.85%; }
  118.  
  119. .span_4_of_9 { width: 44.44%; }
  120.  
  121. .span_5_of_11 { width: 45.45%; }
  122.  
  123. .span_1_of_2,
  124.  
  125. .span_2_of_4,
  126.  
  127. .span_3_of_6,
  128.  
  129. .span_4_of_8,
  130.  
  131. .span_5_of_10,
  132.  
  133. .span_6_of_12 { width: 50%; }
  134.  
  135. .span_6_of_11 { width: 54.54%; }
  136.  
  137. .span_5_of_9 { width: 55.55%; }
  138.  
  139. .span_4_of_7 { width: 57.14%; }
  140.  
  141. .span_7_of_12 { width: 58.33%; }
  142.  
  143. .span_3_of_5,
  144.  
  145. .span_6_of_10 { width: 60%; }
  146.  
  147. .span_5_of_8 { width: 62.5%; }
  148.  
  149. .span_7_of_11 { width: 63.63%; }
  150.  
  151. .span_2_of_3,
  152.  
  153. .span_4_of_6,
  154.  
  155. .span_6_of_9,
  156.  
  157. .span_8_of_12 { width: 66.66%; }
  158.  
  159. .span_7_of_10 { width: 70%; }
  160.  
  161. .span_5_of_7 { width: 71.42%; }
  162.  
  163. .span_8_of_11 { width: 72.72%; }
  164.  
  165. .span_3_of_4,
  166.  
  167. .span_6_of_8,
  168.  
  169. .span_9_of_12 { width: 75%; }
  170.  
  171. .span_7_of_9 { width: 77.77%; }
  172.  
  173. .span_4_of_5,
  174.  
  175. .span_8_of_10 { width: 80%; }
  176.  
  177. .span_9_of_11 { width: 81.81%; }
  178.  
  179. .span_5_of_6,
  180.  
  181. .span_10_of_12 { width: 83.33%; }
  182.  
  183. .span_6_of_7 { width: 85.71%; }
  184.  
  185. .span_7_of_8 { width: 87.5%; }
  186.  
  187. .span_8_of_9 { width: 88.88%; }
  188.  
  189. .span_9_of_10 { width: 90%; }
  190.  
  191. .span_10_of_11 { width: 90.90%; }
  192.  
  193. .span_11_of_12 { width: 91.66%; }
  194.  
  195. .span_1_of_1 { width: 100%; }
  196.  
  197.  
  198.  
  199. @media only screen and (min-width:1440px) { header, #maincontent, .maincontent, footer { width: 70%; } }
  200.  
  201. @media only screen and (max-width:1024px) and (min-width:800px) { header, #maincontent, .maincontent, footer { width: 93.75%; } }
  202.  
  203. @media only screen and (max-width:799px) {
  204.  
  205.     header, #maincontent, .maincontent, footer { width: 93.75%;}
  206.  
  207.     .span_1_of_2, .span_1_of_2, .span_2_of_2, .span_1_of_3, .span_2_of_3, .span_3_of_3, .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4, .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5, .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6, .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8, .span_1_of_9, .span_2_of_9, .span_3_of_9, .span_4_of_9, .span_5_of_9, .span_6_of_9, .span_7_of_9, .span_8_of_9, .span_9_of_9, .span_1_of_10, .span_2_of_10, .span_3_of_10, .span_4_of_10, .span_5_of_10, .span_6_of_10, .span_7_of_10, .span_8_of_10, .span_9_of_10, .span_10_of_10, .span_1_of_11, .span_2_of_11, .span_3_of_11, .span_4_of_11, .span_5_of_11, .span_6_of_11, .span_7_of_11, .span_8_of_11, .span_9_of_11, .span_10_of_11, .span_11_of_11, .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 { width: 100%; }
  208.  
  209.     .span_1_of_8 { width: 25%; }
  210.  
  211.     .span_2_of_8 { width: 50%; }
  212.  
  213.     .span_3_of_8 { width: 75%; }
  214.  
  215.     .span_1_of_8:nth-child(4n+1) {
  216.  
  217.         clear: both;
  218.  
  219.         margin-left: 0;
  220.  
  221.     }
  222.  
  223. }
  224.  
  225. /* $Global */
  226.  
  227. body {
  228.  
  229.     margin: 0 auto;
  230.  
  231.     padding: 0;
  232.  
  233.     font: normal 1em/1.4 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  234.  
  235.     color: #333333;
  236.  
  237.     text-align: center;
  238.  
  239.     background: #f9f9f9;
  240.  
  241. }
  242.  
  243. html {
  244.  
  245.     -webkit-overflow-scrolling: touch;
  246.  
  247.     -webkit-tap-highlight-color: #2980b9;
  248.  
  249.     -webkit-text-size-adjust: 100%;
  250.  
  251.     -ms-text-size-adjust: 100%; }
  252.  
  253. ::-webkit-selection, ::-moz-selection, ::selection {
  254.  
  255.     background: #2980b9;
  256.  
  257.     color: #ffffff;
  258.  
  259.     text-shadow: none;
  260.  
  261. }
  262.  
  263. #skiptomain { display: none; }
  264.  
  265. #headcontainer,
  266.  
  267. #maincontentcontainer,
  268.  
  269. }
  270.  
  271. #footercontainer {
  272.  
  273.     width: 100%;
  274.  
  275. }
  276.  
  277. #headcontainer { background: #e0e0e0; }
  278.  
  279. #footercontainer {
  280.  
  281.     background: #222;
  282.  
  283.     position:bottom;
  284.  
  285.     position:relative;
  286.  
  287.     bottom:0;
  288.  
  289.     left:0;
  290.  
  291.     width:100%;
  292.  
  293. }
  294.  
  295. header,
  296.  
  297. #maincontent
  298.  
  299. /*patrick*/
  300.  
  301. /*footer */{
  302.  
  303.     clear: both;
  304.  
  305.     width: 80%;
  306.  
  307.     max-width: 92.3em;
  308.  
  309.     margin: 0 auto !important;
  310.  
  311. }
  312.  
  313. header {
  314.  
  315.     padding: 2% 0 3%;
  316.  
  317.     position: relative;
  318.  
  319.     color: #000;
  320.  
  321.     text-align: center;
  322.  
  323. }
  324.  
  325. #maincontent {
  326.  
  327.     padding: 3% 0 7%;
  328.  
  329.     color: #333;
  330.  
  331.     line-height: 1.5em;
  332.  
  333.     position: relative;
  334.  
  335. }
  336.  
  337. .sidebarleft {
  338.    
  339.     left:auto;
  340.    
  341.     top:auto;
  342.    
  343.     bottom: -10;
  344.    
  345.     padding: 3% 0% 3%;
  346.    
  347.     width: 300px;
  348.    
  349.     float: left;
  350.    
  351.     border: solid 3px #dbdbdb;
  352.    
  353.     position: relative;
  354. }
  355.  
  356. footer {
  357.  
  358.     margin: 0 !important;
  359.  
  360.     padding: 1% !important;
  361.  
  362.     color: #999;
  363.  
  364.     float:bottom;
  365.  
  366.     /*Patrick Edit*/
  367.  
  368.     position: bottom;
  369.  
  370.     bottom: 0;
  371.  
  372.     left: 0;
  373.  
  374.     width: 100%;
  375.  
  376.     background: #222;
  377.  
  378.  
  379. }
  380.  
  381.  
  382. footer a:link, footer a:visited { color: #ccc; }
  383.  
  384. footer a:hover { color: #fff; }
  385.  
  386. footer ul { list-style: none; }
  387.  
  388. /* $Fonts */
  389.  
  390. h1, h2, h3, h4, h5, h6 { margin: 0; }
  391.  
  392. h1 {
  393.  
  394.     font: 300 3em/2 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  395.  
  396.     color: #111;
  397.  
  398. }
  399.  
  400. h2 {
  401.  
  402.     font: 400 2em/1.6 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  403.  
  404.     color: #222;
  405.  
  406. }
  407.  
  408. h3 {
  409.  
  410.     font: 400 1.8em/1.6 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  411.  
  412.     color: #333;
  413.  
  414. }
  415.  
  416. h4 {
  417.  
  418.     font: 400 1.2em/2 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  419.  
  420.     color: #444;
  421.  
  422. }
  423.  
  424. h5 {
  425.  
  426.     font: 400 1.2em/2 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  427.  
  428.     color: #555;
  429.  
  430. }
  431.  
  432. h6 {
  433.  
  434.     font: 400 1em/2 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  435.  
  436.     color: #666;
  437.  
  438. }
  439.  
  440. a {
  441.  
  442.     text-decoration: none;
  443.  
  444.     color: #2980b9;
  445.  
  446.     -webkit-transition: all 300ms ease-in-out;
  447.  
  448.     -moz-transition: all 300ms ease-in-out;
  449.  
  450.     -ms-transition: all 300ms ease-in-out;
  451.  
  452.     -o-transition: all 300ms ease-in-out;
  453.  
  454.     transition: all 300ms ease-in-out;
  455.  
  456. }
  457.  
  458. a:hover, a:active, a:focus {
  459.  
  460.     color: #3498db;
  461.  
  462.     -webkit-transition: all 300ms ease-in-out;
  463.  
  464.     -moz-transition: all 300ms ease-in-out;
  465.  
  466.     -ms-transition: all 300ms ease-in-out;
  467.  
  468.     -o-transition: all 300ms ease-in-out;
  469.  
  470.     transition: all 300ms ease-in-out;
  471.  
  472. }
  473.  
  474. h1 a { color: #222; }
  475.  
  476. h1 a:hover { color: #111; }
  477.  
  478. h2 a { color: #333; }
  479.  
  480. h2 a:hover { color: #222; }
  481.  
  482. b, strong { font-weight: 700; }
  483.  
  484. p {
  485.  
  486.     -webkit-hyphens: auto;
  487.  
  488.     -webkit-hyphenate-character: "\2010";
  489.  
  490.     -webkit-hyphenate-limit-after: 1;
  491.  
  492.     -webkit-hyphenate-limit-before: 3;
  493.  
  494.     -moz-hyphens: auto;
  495.  
  496.     hyphens: auto;
  497.  
  498.     text-align: left;
  499.  
  500. }
  501.  
  502. sub, sup {
  503.  
  504.     font-size: .75em;
  505.  
  506.     line-height: 0;
  507.  
  508.     position: relative;
  509.  
  510.     vertical-align: baseline;
  511.  
  512. }
  513.  
  514. sup { top: -.5em; }
  515.  
  516. sub { bottom: -.25em; }
  517.  
  518. small { font-size: .9em; }
  519.  
  520. /* $Classes */
  521.  
  522. .ie7 img, .iem7 img { -ms-interpolation-mode: bicubic; }
  523.  
  524. img {
  525.  
  526.     border: 0;
  527.  
  528.     max-width: 100%; }
  529.  
  530.  
  531.  
  532. .clearfix { zoom: 1; }
  533.  
  534.  
  535.  
  536. .right { text-align: right; }
  537.  
  538. .center { text-align: center; }
  539.  
  540. .left { text-align: left; }
  541.  
  542.  
  543.  
  544. .clear { clear: both; }
  545.  
  546. .clearleft { clear: left; }
  547.  
  548. .clearright { clear: right; }
  549.  
  550.  
  551.  
  552. .floatnone { float: none; }
  553.  
  554. .floatleft { float: left; }
  555.  
  556. .floatright { float: right; }
  557.  
  558.  
  559.  
  560. .breaker { margin: 3% 0; padding: 1px; height: 1px; }
  561.  
  562.  
  563.  
  564. .faded {
  565.  
  566.     opacity: .7;
  567.  
  568.     filter: alpha(opacity=70);
  569.  
  570. }
  571.  
  572. .box {
  573.  
  574.     padding: 2% 3%;
  575.  
  576.     margin: 2% 3%;
  577.  
  578.     border-radius: 3px;
  579.  
  580.     text-align: center;
  581.  
  582. }
  583.  
  584. h3.box, h4.box { color: #ffffff !important; }
  585.  
  586. h6.box { color: #000000 !important; }
  587.  
  588. .red { color: #c0392b !important; }
  589.  
  590. .up { background: #2ecc71; }
  591.  
  592. .down { background: #e74c3c; }
  593.  
  594. .level { background: #e67e22; }
  595.  
  596. .none { background: #95a5a6; }
  597.  
  598.  
  599.  
  600. .highlight, .highlight:hover {
  601.  
  602.     background: #4B98FF !important;
  603.  
  604.     color: #fefefe;
  605.  
  606.     font-weight: 400;
  607.  
  608. }
  609.  
  610. .highlight a, .highlight a:hover { color: #ffffff; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement