Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.80 KB | None | 0 0
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7.     Created on : Apr 10, 2014, 8:55:38 PM
  8.     Author     : deepress
  9. */
  10. /*
  11. @font-face {
  12.   font-family: 'MyriadPro';
  13.   src: url('/fonts/MyriadPro-Cond.otf') format('otf');
  14. }
  15. */
  16. @font-face {
  17.     font-family: 'MyriadPro';
  18.     font-style: normal;
  19.     font-weight: normal;
  20.     src: local('MyriadPro'), url('../fonts/MyriadPro-Cond.otf') format('opentype');
  21. }
  22.  
  23. @font-face {
  24.     font-family: 'MyriadPro-Bold';
  25.     font-weight: bold;
  26.     src: src('fonts/MyriadPro-BoldCond.otf') format('opentype');
  27. }
  28. @import "bootstrap/bootstrap.less";
  29. //colors
  30. @blue: #224d75;
  31. //fonts
  32. @font-family-sans-serif: 'MyriadPro';
  33. @font-size-base: 18px;
  34. @text-color: @blue;
  35. //navbar
  36. @grid-float-breakpoint: 1200px;
  37. @navbar-default-link-color: white;
  38. @navbar-default-link-hover-color: white;
  39. @navbar-default-link-active-color: white;
  40. @navbar-default-link-active-bg: @blue;
  41. @navbar-height: 40px;
  42. @navbar-default-bg: @blue;
  43. @navbar-border-radius: 0px;
  44. @navbar-default-border: transparent;
  45. @navbar-border-thickness: 0px;
  46. //buttons
  47. @btn-default-bg: @blue;
  48. @btn-default-color: #white;
  49. @btn-primary-border: @blue;
  50. //forms
  51. @input-border-radius: 0px;
  52. @input-border: transparent;
  53. //misc
  54. @hr-border: black;
  55.  
  56. body {
  57.     background: url('../img/pozadi/kbs-web-pozadi-tmave.jpg');
  58.     background-size: 100%;
  59.     background-repeat: no-repeat;
  60. }
  61. .btn-default:hover {
  62.     text-decoration: underline;
  63.     background-color: @blue!important;
  64. }
  65. .ribbon {
  66.     @media (min-width: @screen-xs-min) and (max-width: @screen-sm-min) {
  67.         margin-left: 0px;
  68.         margin-right: 0px;
  69.     }
  70.     color: white;
  71.     background-color: @blue;
  72.     margin-left: 40px;
  73.     margin-right: 40px;
  74.     margin-bottom: 1em;
  75.     line-height: 40px;
  76.     height: 40px;
  77.     text-align: center;
  78.     width: 130px;
  79.  
  80. }
  81. .ribbon:before {
  82.     content: " ";  
  83.     font-size: 24pt;  
  84.     text-align: center;    
  85.     color: #fff;  
  86.     float: left;  
  87.     position: relative;    
  88.     background: url(../img/layout/kbs-web-ribbon-levy.png);
  89.     width: 7px;
  90.     height: 40px;
  91.     margin-left: -7px;
  92.  
  93. }
  94. .ribbon:after {
  95.     content: " ";  
  96.     font-size: 24pt;  
  97.     text-align: center;    
  98.     color: #fff;  
  99.     float: right;  
  100.     position: relative;
  101.     width: 130px;
  102.     background: url(../img/layout/kbs-web-ribbon-pravy.png);
  103.     width: 7px;
  104.     height: 40px;
  105.     margin-right: -7px;
  106.  
  107. }
  108.  
  109. .row-centered {
  110.     margin-top: 7em;
  111.     margin-bottom: 7em;
  112.     h3 {
  113.         font-family: 'MyriadPro-Bold';
  114.         margin-bottom: 2em;
  115.     }
  116.  
  117.     .ribbon-heading {
  118.         .ribbon {
  119.             margin: 0px;
  120.             position: relative;
  121.             z-index: 10;
  122.             float:left;
  123.             width: auto;
  124.         }
  125.         span {
  126.             padding: 0px 15px;
  127.         }
  128.         hr {
  129.             position: relative;
  130.             margin-top: 20px;
  131.             z-index: 11;
  132.         }
  133.     }
  134.  
  135.     .logo {
  136.         margin-bottom: -30px;
  137.     }
  138.  
  139.     .regform {
  140.         button {
  141.             color: white;
  142.             margin-top: 0px;
  143.             float: right;
  144.             span {
  145.                 padding: 0px 15px;
  146.             }
  147.         }
  148.         hr {
  149.             margin-bottom: 0px;
  150.         }
  151.     }
  152.  
  153.  
  154. }
  155. .btn-default {
  156.     border: none;
  157.     line-height: 40px;
  158.     height: 40px;
  159.     padding: 0;
  160. }
  161.  
  162. .svetle {
  163.     @media (min-width: @screen-xs-min) {
  164.         background: url('../img/pozadi/kbs-web-pozadi-svetle.jpg');
  165.     }
  166.     background-color: white;
  167.     background-size: 100%;
  168.     background-repeat: no-repeat;
  169.     margin-top: 150px;
  170.     hr {
  171.         border-color: @blue;
  172.     }
  173.     @media (min-width: @screen-xs-min) and (max-width: @screen-sm-min) {
  174.         .navbar {
  175.             color: black;
  176.         }
  177.     }
  178.     nav:before {
  179.         content: " ";  
  180.         font-size: 24pt;  
  181.         text-align: center;    
  182.         color: #fff;  
  183.         float: left;  
  184.         position: relative;    
  185.         background: url(../img/layout/kbs-web-ribbon-levy.png);
  186.         width: 7px;
  187.         height: 40px;
  188.         margin-left: -7px;
  189.     }
  190.     nav:after {
  191.         content: " ";  
  192.         font-size: 24pt;  
  193.         text-align: center;    
  194.         color: #fff;  
  195.         float: right;  
  196.         position: relative;    
  197.         background: url(../img/layout/kbs-web-ribbon-pravy.png);
  198.         width: 7px;
  199.         height: 40px;
  200.         margin-right: -7px;
  201.         margin-top: -40px;
  202.     }
  203.     .navbar {
  204.         margin-top: 5px;
  205.  
  206.         ul {
  207.             font-size: 20px;
  208.             /*
  209.             a {
  210.                 @media (min-width: @screen-md-min) {
  211.                      border-right: 1px solid white;
  212.                 }
  213.             }
  214.             */
  215.             li:after {
  216.                  @media (min-width: @screen-md-min) {
  217.                     content: ' | ';
  218.                  }
  219.                 color: white;
  220.                 float: right;
  221.                 margin-top: -35px;
  222.                 color:  #759cbf;
  223.             }
  224.             li:last-child:after {
  225.                 content: none;
  226.             }
  227.             a:hover {
  228.                 text-decoration: underline;
  229.             }
  230.         }
  231.         .navbar-header-logo {
  232.             .navbar-brand {
  233.                 margin-left: -30px;
  234.                 padding-right: 0px;
  235.                 padding-left: 0px;
  236.                 background-color: #c8dfe7;
  237.                 .head-logo {
  238.                     margin-top: -146px;
  239.                 }
  240.             }
  241.         }
  242.     }
  243. }
  244. .img-responsive {
  245.     display: inline-block;
  246. }
  247.  
  248. footer {
  249.     background: white;
  250.     font-size: 14px;
  251.     margin-top: 2em;
  252.  
  253.     .row {
  254.         margin-top: 2em;
  255.         margin-bottom: 2em;
  256.     }
  257. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement