Advertisement
richter_h

css

Aug 24th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.12 KB | None | 0 0
  1. /*
  2. Theme Name: Nusakana
  3. Theme Version: 1.0
  4. Theme URI:
  5. Description: Nusakana theme
  6. Author: richter_h
  7. Author URI:
  8.  
  9. Color:
  10. #38c3a5 - turquoise
  11. #3894c3, #1A5877 - marin blue
  12. #ffffff - white
  13. */
  14.  
  15.  
  16. @font-face {
  17.     font-family: 'AmysHandwriting';
  18.     src: url('../fonts/amyshandwriting-webfont.eot');
  19.     src: url('../fonts/amyshandwriting-webfont.eot?#iefix') format('embedded-opentype'),
  20.          url('../fonts/amyshandwriting-webfont.woff') format('woff'),
  21.          url('../fonts/amyshandwriting-webfont.ttf') format('truetype'),
  22.          url('../fonts/amyshandwriting-webfont.svg#amyshandwritingmedium') format('svg');
  23.     font-weight: normal;
  24.     font-style: normal;
  25.  
  26. }
  27.  
  28. a, a:hover, a:focus, a:visited, a:active { color:#D8E21B; }
  29. img {
  30.     border:2px solid #fff;
  31.     margin: 10px;
  32. }
  33. img.mainheading {
  34.     border:0;
  35.     margin: 0;
  36.     width: 100%;
  37.     height: 100%;
  38.     max-width: 360px
  39. }
  40. img.mainheading.bordered {
  41.     border: 2px solid #fff
  42. }
  43.  
  44.  
  45. ul.custom-list li{
  46.     list-style-image: url("../images/bullet.png");
  47. }
  48.  
  49. hr.separator {
  50.     margin:0;
  51. }
  52.  
  53. body{
  54.     background: url("../images/bg.jpg") no-repeat top left #38c3a5;
  55.     background-size: 1980px;
  56.     background-position: center;
  57.     background-attachment: fixed;
  58.     color:#fff;
  59.     height:100%;
  60.     position:relative;
  61.     font:14px/1.5 "AmysHandwriting", Tahoma, Verdana, sans-serif
  62. }
  63.  
  64. .wrapper {
  65.     max-width: 1080px;
  66.     margin: 0 auto;
  67. }
  68.  
  69. .navbar-toggle, .navbar-collapse {
  70.     color:#fff;
  71.     background:#3894c3;
  72.     border-radius: 2px;
  73.     z-index: 999;
  74.     position: fixed;
  75.     top:12px; right: 12px
  76. }
  77. .navbar-toggle { border: 1px solid #2feb71; }
  78. .navbar-toggle:active {outline: solid;}
  79. .navbar-collapse {top:60px; width:160px; max-width: 200px;}
  80. .navbar-collapse.collapsing, .navbar-collapse.in {border: 2px dashed}
  81. .navbar-nav, .navbar-collapse {
  82.     background: rgba(26,88,119,1);
  83. }
  84.  
  85. p.1 {
  86.      font-size: 24px;
  87. }
  88. span.centerize {
  89.     text-align: center;
  90.     display: block;
  91. }
  92.  
  93. header {
  94.     /* background: url("../images/header-bg-summerover.jpg") no-repeat center -740px transparent; /* rgba(26,88,119,1); */
  95.     background: rgba(248, 248, 248, 0.9);
  96.     background-size: 1280px;
  97.     width:100%;
  98.     height:90px;
  99.     position: fixed;
  100.     top:0;left:0;
  101.     z-index: 998;
  102. }
  103. header h1 {
  104.     background: url("../images/logo-black.png") no-repeat top left transparent;
  105.     display: block;
  106.     width: 240px;
  107.     height: 85px;
  108.     margin:12px 0 0 24px;
  109.     text-indent: -9999px;
  110. }
  111. header span {
  112.     color: #333;
  113.     font-size: 20px;
  114.     font-style: italic;
  115.     height: 32px;
  116.     line-height: 32px;
  117.     margin:12px 24px 0 0;
  118.     padding-top: 12px;
  119. }
  120. header span a.socialicon {
  121.     background: no-repeat top left transparent;
  122.     display: inline-block;
  123.     width: 32px;
  124.     height: 32px;
  125.     margin-left: 12px;
  126.     text-indent: -9999px;
  127. }
  128. header span a.socialicon.b {background-image: url("../images/icons/icon_b.png") }
  129. header span a.socialicon.f {background-image: url("../images/icons/icon_f.png"); margin:0; }
  130.  
  131. nav {
  132.     background:#3894c3;
  133.     height:auto;
  134.     position: fixed;
  135.     bottom:-10px;
  136.     left:8px;
  137.     padding:2px 0;
  138.     border-radius: 5px 0 0 5px
  139.     font:16px/1.5 amyshandwriting, "Segoe UI", Tahoma, Verdana, sans-serif
  140. }
  141. nav.col-md-3 {
  142.     padding: 0 2px
  143. }
  144. nav:after {
  145.     clear:both;
  146. }
  147. nav div {position: relative;border:2px solid #38c3a5; padding: 5px}
  148. nav span.border{
  149.     width: 105%;
  150.     height: 6px;
  151.     display: block;
  152.     margin: 0;padding: 0;
  153.     background: url("../images/border.png") no-repeat;
  154.     position: absolute;
  155.     z-index: 9000
  156. }
  157. nav span.border.top {background-position: left top; top:-2px; left:-2px}
  158. nav span.border.bottom {background-position: left bottom; bottom:-2px; left:-2px;}
  159. nav h2 {
  160.     font-size: 16px;
  161.     margin:0 0 10px;
  162.     font-weight: bold;
  163.     text-align: left;
  164.     font:20px/1.5 "amyshandwriting", Tahoma, Verdana, sans-serif
  165. }
  166. .navbar-collapse h2 {
  167.     font-size: 16px;
  168.     margin: 0 0 10px;
  169.     font-weight: bold
  170. }
  171. nav ul, .navbar-collapse ul {
  172.     padding: 0
  173. }
  174. nav li, .navbar-collapse li {
  175.     list-style: none;
  176.     margin:0;
  177.     padding:0;
  178. }
  179. nav a.btn, .navbar-collapse a.btn{
  180.     border-radius: 0;
  181.   color: #FFFFFF;
  182.   height: 26px;
  183.   line-height: 24px;
  184.   padding: 2px 0;
  185.   text-align: left;
  186.   width: 94.9%;
  187.   display: inline-block;
  188. }
  189. .navbar-collapse a.btn {width: 92%;}
  190. nav a.btn.media, .navbar-collapse a.btn.media{
  191.     margin: 0
  192. }
  193. .navbar-collapse a.btn {padding: 0 5px}
  194. nav a.btn:hover, .navbar-collapse a.btn:hover{
  195.     color:#2feb71;
  196.     outline: 1px solid #38c3a5;
  197. }
  198. nav a.btn:focus, .navbar-collapse a.btn:focus {
  199.     color:#2feb71;
  200. }
  201. nav i.fa, .navbar-collapse i.fa{margin: 0 3px}
  202.  
  203. #container {
  204.     position: relative;
  205.     height: 100%
  206. }
  207.  
  208. #content{
  209.     background: rgba(26,88,119,0.9);
  210.     margin :100px 0 60px;
  211.     padding:10px;
  212.     text-align: justify;
  213.     border:2px dashed #fff;
  214.     border-radius: 3px;
  215.     overflow: hidden;
  216. }
  217. #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  218.     border-bottom: 2px solid #fff
  219. }
  220.  
  221. footer {
  222.     background: rgba(0,0,0, 0.85);
  223.     display: block;
  224.     width: 100%;
  225.     height: 40px;
  226.     padding-top: 5px;
  227.     position: fixed;
  228.     bottom:0;left:0;
  229.     color:#fff;
  230.     text-align: center;
  231.     border-top: 2px solid #fff;
  232.     z-index: 999
  233. }
  234.  
  235. .footer {
  236.     background: rgba(0,0,0, 0.85);
  237.     display: block;
  238.     width: 100%;
  239.     padding-top: 5px;
  240.     color:#fff;
  241.     text-align: center;
  242.     border-top: 2px solid #fff;
  243.     z-index: 999
  244. }
  245.  
  246. /*
  247.     CollagePlus CSS properties
  248. */
  249.  
  250. .Collage, .Collage2, .Collage3{
  251.     /*This is where you set the padding you want between the images*/
  252.     padding:5px;
  253. }
  254. .Collage img, .Collage2 img, .Collage3 img {
  255.     margin:0;
  256.     padding:0;
  257.     display:inline-block;
  258.     vertical-align:bottom;
  259.     opacity:1;
  260.     border:none;
  261. }
  262.  
  263.  
  264. /* In this example, this is the main item being resized */
  265. .Image_Wrapper{
  266.     /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
  267.     opacity:0;
  268.     -moz-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
  269.     -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
  270.     box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
  271.     -moz-border-radius: 3px;
  272.     -webkit-border-radius: 3px;
  273.     border-radius: 3px;
  274. }
  275.  
  276. .Caption{
  277.     font-size:14px;
  278.     font-weight:normal;
  279.     font-family:arial;
  280. }
  281. .Caption_Content{
  282.     /* padding:10px; */
  283.     color:#FFF;
  284.     padding:20px;
  285. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement