Advertisement
trotsig

startuppro-child-style-css

Mar 29th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.09 KB | None | 0 0
  1. /*
  2. Theme Name: StartupPro Child
  3. Template: startuppro
  4. */
  5.  
  6. @import url("../startuppro/style.css");
  7.  
  8. /*  hide that stupid jetpack img that messes up the menu */
  9. img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden}
  10.  
  11.  
  12. /*  hide site-title and branding */
  13. #site-title{display:none;}
  14. #branding{display:none;}
  15.  
  16.  
  17. /*  send the menu to the top of the page   */
  18.  header{top:0; width:1000px; position: fixed;padding-bottom: 5px; z-index:9999;}  
  19.  
  20.    
  21. /*
  22. li .menu-item-2355 a {
  23. background:url('http://sfpontona.se/wp/wp-content/uploads/2013/01/SF_Pontona_menu_logo.png') no-repeat 0.5em 0.5em #ffffff; text-indent: -9000px;
  24. }
  25. */
  26. h1, h2, h3, h4, h5, h6{margin-top:15px;}
  27.  
  28. nav ul li a, a visited{display:inline-block;font-family:'lucida grande',helvetica,arial,verdana,sans-serif;
  29.   text-transform:uppercase; font-variant: small-caps; font-size:12px;color:#fff;line-height:38px;
  30.   text-decoration:none;text-shadow:1px 1px 1px #333;padding:0 15px;border-right:1px solid #555}
  31. nav{position:relative;border-radius:5px;margin-top:0;background-color:#333;
  32.   background-image:url(images/nav-bg.png);background-repeat:repeat-x;clear:both}
  33.  
  34.  
  35.  
  36. /* this is the logo inside the nav div */  
  37. li#menu-item-2355 a {
  38.     display: inline-block;
  39.     background-image:url('http://sfpontona.se/wp/wp-content/uploads/2013/01/button.png');
  40.     background-repeat: no-repeat;
  41.     margin: 0 auto;
  42.     padding: 0;
  43.     width: 130px;
  44.     height:30px;    
  45.     text-indent: -9999px;
  46. }
  47.  
  48. /* body font styling  */  
  49.   body {
  50.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  51.   /* font-size: 16px; */
  52.   line-height: 1.5;
  53.   color: #565656;
  54. }
  55.  
  56. /*   body content center   */
  57. .entry-content {text-align: justify; width:960px;}
  58.  
  59. /*  content images contained inside their container  */
  60. #content p img {
  61. margin: 0;
  62. height: auto;
  63. max-width: 100%;
  64. }
  65.  
  66. /*  use the best ampersand
  67. http://simplebits.com/notebook/2008/08/14/ampersands-2/
  68. */
  69. span.amp {
  70.   font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  71.   font-style: italic;
  72. }
  73.  
  74. /*  hide comments-link  */
  75. .comments-link{display:none;}
  76.  
  77.  
  78. /*  hide the author meta-tags   */
  79. .meta-prep meta-prep-author, .vcard{display:none;}
  80.  
  81.  
  82.  
  83.  
  84.  
  85. /*  search form  */
  86. nav #searchform{margin:7px 7px 0 0;float:right}
  87. #sidebar #searchform{padding:20px 0 30px 0;float:none}
  88. #wrapper #s{width:150px;height:16px;border-right:0;float:right}
  89. #wrapper nav #s{width:120px;height:13px;border:none;border-radius:5px;box-shadow:1px 1px 1px #000 inset;background:#333333}
  90. #s:focus{background:#fff}
  91. #wrapper nav #s:focus{color:#eee;background:#999}
  92. #searchsubmit{width:40px;height:28px;float:right}
  93. nav #searchsubmit{display:none}
  94. #container #searchsubmit{padding:0;border-radius:0 3px 3px 0}
  95. .error404 #content #searchform, .search #content #searchform{margin-top:55px;float:left}
  96. .button{display:inline-block;font-size:18px !important;margin:10px 0}
  97. .button:hover{text-decoration:none}
  98.  
  99.  
  100.  
  101. /*  contact form  */
  102. #contact, #login-register-password h3{margin:10px 0}
  103. #contact label{display:inline-block;width:85px}
  104. #contact #human{margin-bottom:10px}
  105. #contact #test{width:300px;font-size:80%}
  106. #contact input{width:25%;margin-bottom:5px}
  107. #contact input:focus, #contact textarea:focus, #login-register-password input:focus{background:#fff}
  108. #contact #verify{width:35px;margin-bottom:20px}
  109. #contact #submit, #login-register-password input[type=submit]{width:auto}
  110. #contact textarea{width:50%}
  111. #contact .required, #contact .error-message{color:#888}
  112. #contact .error-message{font-style:italic;margin-bottom:10px}
  113.  
  114.  
  115. /*   contact form 7    */
  116. .wpcf7-form{
  117.     background: #f5f5f5;
  118.     width : 600px;
  119.     height: 460px;
  120.     overflow: hidden;
  121.     margin: 20px;
  122.     border: 2px solid #fff;
  123. }
  124. .wpcf7-form h2{
  125.     font-size : 20px;
  126.     text-align: center;
  127. }
  128. .wpcf7-form input, .wpcf7-form textarea {
  129.     border-color: #808080 #C0C0C0 #C0C0C0 #D4D4D4;
  130.     border-style: solid;
  131.     border-width: 1px;
  132.     padding: 4px;
  133.     line-height: 14px;
  134.     font-size: 12px;
  135.     width: 350px;
  136.     float: none;
  137.     margin: 0;
  138. }
  139. .wpcf7-form textarea {
  140.     line-height: 14px;
  141.     font-size: 12px;
  142.     height: 100px;
  143. }
  144. .wpcf7-form p{
  145.     font-size : 12px;
  146.     margin-left: 20px;
  147.     margin-top: 0px;
  148.     margin-bottom: 0px;
  149.     width: 130px;
  150.     padding: 0 0 10px;
  151.     color: #000;
  152. }
  153.  
  154. .buttons_form {
  155.      padding: 0px;
  156.      height: 30px;
  157.      width: 50px !important;
  158.      border: none !important;
  159.      cursor: pointer;
  160.      color: #fff;
  161.      -webkit-border-radius: .5em;
  162.      -moz-border-radius: .5em;
  163.      border-radius: .5em;
  164.      color: #faddde;
  165.      border: solid 1px #980c10;
  166.      background: #d81b21;
  167.      background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  168.      background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
  169.      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
  170. }
  171. /******************************************************************
  172. Estro slider STYLE
  173. ******************************************************************/
  174.  
  175.  
  176. /* set border size to 0px */
  177. .peKenBurns .peKb_slides {
  178.     padding: 0 !important;
  179.  
  180. /* customize rounded border (not supported in ie < 9) */         
  181.     -moz-border-radius:1em !important;
  182.      border-radius:1em !important;  
  183.    
  184. }
  185. .peKenBurns .peKb_slides .peKb_caption .peKb_real{
  186.     padding: 0 !important;
  187. }
  188. .peKenBurns .peKb_frame{
  189.     z-index:-100;
  190.     overflow: hidden;
  191.     -moz-border-radius: 1em;
  192.     -webkit-border-radius: 1em;
  193.      border-radius: 1em;
  194. }
  195.  
  196. .peKenBurns .peKb_slides .peKb_caption {
  197.     /* margin: 0px 5px 5px 5px; */
  198.     margin: 0px 5px 5px 5px;
  199. }
  200. .peKenBurns .peKb_slides .peKb_caption .peKb_background {
  201.     background-color: #202020;
  202. }
  203.    
  204. .peKenBurns .peKb_mainPanel {
  205.     margin-top:0 ;
  206.      
  207. }    
  208. .peKenBurns .peKb_slides .peKb_caption p {
  209.     font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  210.     font-size: 12px;
  211.     color: #FEFEFE;
  212. }
  213. .peKenBurns .peKb_slides .peKb_caption h1 {
  214.     font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  215.     font-size: 10px;
  216.     color: #FEFEFE;
  217. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement