Guest User

Untitled

a guest
Jun 18th, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.09 KB | None | 0 0
  1. url('../fonts/YanoneKaffeesatz-Regular.eot');
  2.     src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf')
  3. }
  4. @font-face {
  5.     font-family: News Cycle;
  6.     src: url('../fonts/NewsCycle-Regular.eot');
  7.     src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf')
  8. }
  9. body {
  10.     background-image: url('../images/images.jpg');
  11. }
  12. #main {
  13.     background-image: url('../images/main.png');
  14.     width: 75%;
  15.     margin-left: 250px;
  16.     margin-right: 250px;   
  17.     margin: auto;
  18.     margin-top: 30px;
  19.     -webkit-border-radius: 10px;
  20.     -moz-border-radius: 10px;
  21.     border-radius: 10px;
  22.     padding-bottom: 20px;
  23.     padding-left: 40px;
  24.     padding-right: 40px
  25. }
  26. header {
  27.     padding-top: 20px
  28. }
  29. #logo {
  30.     margin-bottom: 30px
  31. }
  32. a.currentLink {
  33.     color: blue;
  34. }
  35. #logo a {
  36.     text-decoration: none;
  37.     color: #fff
  38. }
  39. #logo h1 {
  40.     margin-top: 20px;
  41.     margin-bottom: 0
  42. }
  43. .logo_colour {
  44.     color: #0dbbd5
  45. }
  46. #logo_text h2 {
  47.     font-size: small;
  48.     color: #f67f00;
  49.     margin-top: 0
  50. }
  51. nav {
  52.     background-color: #0dbbd5;
  53.     -webkit-border-radius: 10px;
  54.     -moz-border-radius: 10px;
  55.     border-radius: 10px
  56. }
  57. #menu_container {
  58.     height: 45px
  59. }
  60. .sf-menu {
  61.     height: 30px;
  62.     float: right;
  63.     margin-right: 20px
  64. }
  65. .sf-menu li {
  66.     margin-left: 20px;
  67.     display: inline
  68. }
  69. .sf-menu a {
  70.     color: #fff;
  71.     text-decoration: none
  72. }
  73. #site_content {
  74.     color: #fff;
  75.     margin-top: 20px
  76. }
  77. .content {
  78.     width: 70%
  79. }
  80. #sredinaP {
  81.     color: #0DBBD5;
  82.     a:visited {color:#0DBBD5};
  83.     text-align: center
  84. }
  85. strong {
  86.     display: block;
  87.     font-weight: bold
  88. }
  89. i {
  90.     display: block;
  91.     font-style: italic;
  92.     text-align: right
  93. }
  94. .content p:first-child {
  95.     clear: left
  96. }
  97. .content h1 {
  98.     margin: 0;
  99.     padding-top: 22px;
  100.     padding-right: 4px
  101. }
  102. .content h2, h4 {
  103.     color: #f67f00
  104. }
  105. .content ul li {
  106.     background: url('../images/bullet.png') no-repeat;
  107.     list-style-type: none;
  108.     margin: 0;
  109.     padding: 0 0 1px 20px
  110. }
  111. .content ol {
  112.     margin-left: 30px
  113. }
  114. .content ul, ol {
  115.     padding-left: 0
  116. }
  117. #sidebar_container {
  118.     width: 30%;
  119.     float: right;
  120.     margin-left: 25px
  121. }
  122. .left {
  123.     float: left
  124. }
  125. .center {
  126.     text-align: center;
  127.     display: block
  128. }
  129. .right {
  130.     float: right
  131. }
  132. .right img {
  133.     margin-top: 20px
  134. }
  135. .sidebar {
  136.     padding-left: 20px;
  137.     border-right-width: 0;
  138.     margin-left: 0;
  139.     -webkit-border-radius: 10px;
  140.     -moz-border-radius: 10px;
  141.     border-radius: 10px;
  142.     background-color: #353535;
  143.     display: block;
  144.     margin-bottom: 10px;
  145.     padding-bottom: 15px;
  146.     a:link {color: #0DBBD5};
  147. }
  148. .sidebar h3 {
  149.     display: inline-block;
  150.     margin-top: 15px;
  151.     margin-bottom: 0
  152. }
  153. .sidebar br {
  154.     display: inline-block;
  155.     margin-bottom: 10px
  156. }
  157. .sidebar p a {
  158.     color: #0DBBD5;
  159.     margin-left: 0
  160. }
  161. .sidebar h4 {
  162.     margin-top: 0;
  163.     margin-bottom: 0;
  164.     color: #f67f00
  165. }
  166. .sidebar h5 {
  167.     margin-top: 5px;
  168.     margin-bottom: 5px
  169. }
  170. .sidebar ul {
  171.     padding-left: 0
  172. }
  173. .sidebar ul li {
  174.     background: url('../images/bullet.png') no-repeat;
  175.     list-style-type: none;
  176.     margin: 0;
  177.     padding: 0 0 1px 15px
  178. }
  179. .sidebar a {
  180.     text-decoration: none;
  181.     margin-left: 25px;
  182.     color: #fff
  183. }
  184. table th {
  185.     border: 1px solid white
  186. }
  187. table tbody tr {
  188.     background-color: #d3f2f7;
  189.     padding-top: 10px;
  190.     color: #000
  191. }
  192. table tbody tr:first-child {
  193.     color: #fff;
  194.     background-color: #0dbbd5
  195. }
  196. textarea {
  197.     width: 250px;
  198.     margin-left: 50px;
  199.     -webkit-border-radius: 10px;
  200.     -moz-border-radius: 10px;
  201.     border-radius: 10px
  202. }
  203. input[type=text] {
  204.     width: 250px;
  205.     margin-left: 105px;
  206.     -webkit-border-radius: 10px;
  207.     -moz-border-radius: 10px;
  208.     border-radius: 10px
  209. }
  210. form {
  211.     width: 441px
  212. }
  213. .submit {
  214.     width: 100px;
  215.     height: 30px;
  216.     float: right;
  217.     margin-right: 28px;
  218.     background-color: #0dbbd5;
  219.     -webkit-border-radius: 10px;
  220.     -moz-border-radius: 10px;
  221.     border-radius: 10px;
  222.     margin-bottom: 20px
  223. }
  224. .form_settings {
  225.     margin-bottom: 40px
  226. }
  227. .checkbox {
  228.     margin-left: 41px
  229. }
  230. #id {
  231.     width: 250px;
  232.     margin-left: 13px
  233. }
  234. footer {
  235.     background-color: #0dbbd5;
  236.     -webkit-border-radius: 10px;
  237.     -moz-border-radius: 10px;
  238.     border-radius: 10px;
  239.     padding-top: 3px;
  240.     border-bottom-width: 3px;
  241.     padding-bottom: 3px
  242. }
  243. footer p {
  244.     text-align: center;
  245.     color: #fff
  246. }
  247. footer p a {
  248.     text-decoration: none;
  249.     color: #fff
  250. }
Advertisement
Add Comment
Please, Sign In to add comment