Advertisement
Shashi27

style.css

Jul 1st, 2014
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.79 KB | None | 0 0
  1. /*
  2. Theme Name: hit
  3. Theme URI: http://www/gowyn.com
  4. Author: Gowyn
  5. Author URI: http://www.gowyn.com
  6. Description: theme created by Gowyn employee named Shashi Shekhar
  7. Version: 0.1
  8. License: GNU General Public License v2 or later
  9. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10. Tags: Gowyn, webdevelopment
  11. Text Domain: Hit Academy
  12. */
  13. @import url(http://fonts.googleapis.com/css?family=Racing+Sans+One|Lato:400,900|Droid+Sans);
  14. html{
  15.     background: url('images/texture.jpg') repeat scroll 50% 0px transparent;
  16. }
  17. body{
  18.     color: #606060;
  19.     margin: 0 auto;
  20.     padding: 0 auto;
  21.     font-family: 'Droid Sans', sans-serif;
  22. }
  23. #wrapper{
  24.     width: 90%;
  25.     margin: 0 auto;
  26.     padding: 0 auto;
  27. }
  28. /**********************************************************************************************************************/
  29. /* Menu Design */
  30. .menu li{
  31.     display: inline-block;
  32.     margin-top: 1%;
  33.     padding-top: 1%;
  34.     padding-bottom: 1%;
  35.     padding-left: 3.7%;
  36.     padding-right: 3.7%;
  37.     transition: 0.6s ease;
  38. }
  39. .menu li:hover{
  40.     background-color: #2c2c2c;
  41.     border-radius: 4px 4px 4px 4px;
  42.     transition: 0.4s ease;
  43. }
  44. .nonfont{
  45.     font-family: 'Asap', sans-serif;
  46.     line-height: 18px;
  47.     font-size: 12px;
  48. }
  49. .menu li a{
  50.     color: white;
  51.     text-decoration: none;
  52.     font-weight: 100;
  53.     ext-align: center;
  54.     text-shadow: 0 0 3px rgba(0, 0, 0, 0.72);
  55.     border: 1px solid transparent;
  56.         -webkit-transition: all 0.5s ease;
  57.         -moz-transition: all 0.5s ease;
  58.         -o-transition: all 0.5s ease;
  59.         transition: all 0.5s ease;
  60. }
  61. #menu-menu{
  62.     padding-left: 0px;
  63.     margin-left: 0px;
  64. }
  65. /**********************************************************************************************************************/
  66. /* Menu Design Ends */
  67. h3{
  68.     color: #ffffff;
  69.     font-size: 30px;
  70.     text-transform: uppercase;
  71.     font-weight: normal;
  72.     line-height: 20px;
  73.     margin-bottom: 24px;
  74. }
  75. #topright{
  76.     float: right;
  77.     text-align: right;
  78.     color: #ffffff;
  79.     font-family: 'Racing Sans One', cursive;
  80. }
  81. nav{
  82.     background: url(images/border.gif) repeat-x;
  83. }
  84. .mailer{
  85.     text-decoration: none;
  86.     color: #ffffff;
  87. }
  88. .menu{
  89.     font-family: 'Racing Sans One', cursive;
  90.     text-transform: uppercase;
  91.     padding-top: 0;
  92.     margin-top: 0;
  93. }
  94. #flags{
  95.     padding-top: 20px;
  96.     max-width: 40px;
  97.     padding-left: 500px;
  98. }
  99. /**********************************************************************************************************************/
  100. /* body commons */
  101. h3{
  102.     font-family: 'Racing Sans One', cursive;
  103.     color: white;
  104. }
  105. p{
  106.     font-family: 'Droid Sans', sans-serif;
  107.     font-weight: 400;
  108.     padding: 0 auto;
  109.     margin: 0 auto;
  110. }
  111. .huge_it_slideshow_dots_thumbnails_1{
  112.     display: none;
  113. }
  114. #google_language_translator{
  115.     width:100px !important;
  116.     max-height: -2px !important;
  117. }
  118. .skiptranslate, .goog-te-gadget{
  119.     display: none;
  120. }
  121. #google_language_translator{
  122.     display: none;
  123. }
  124. /* body commons ends*/
  125. /**********************************************************************************************************************/
  126. /* Footer contents */
  127. footer{
  128.     min-height: 100px;
  129.     background-color: #000000;
  130. }
  131. #fotoer_logo{
  132.     margin-left: 75px;
  133.     padding-top: 20px;
  134. }
  135. #footspan{
  136.     font-size: 10px;
  137. }
  138. #footer_right{
  139.     float: right;
  140.     list-style: none;
  141.     margin-right: 82px;
  142.     margin-top: 20px;
  143. }
  144. .footlogo{
  145.     vertical-align: middle;
  146. }
  147. .rightfoot{
  148.     list-style: none;
  149.     display: inline;
  150.     padding-right: 5px;
  151. }
  152. li a:hover {
  153.     opacity: 0.5;
  154. }
  155. /* Footer contents ends */
  156. /**********************************************************************************************************************/
  157. /* End content page */
  158. /**********************************************************************************************************************/
  159. #cntctfrm_contact_name, #cntctfrm_contact_email, #cntctfrm_contact_subject,#cntctfrm_contact_message{
  160.     -webkit-box-sizing: border-box;
  161.     -moz-box-sizing: border-box;
  162.     box-sizing: border-box;
  163.     height: 26px;
  164.     background-color: #606060;
  165.     border: 1px solid #0a0a0a !important;
  166.     border-right: none !important;
  167.     border-bottom: none !important;
  168.     -webkit-box-shadow: none !important;
  169.     -moz-box-shadow: none !important;
  170.     box-shadow: none !important;
  171.     border-radius: 6px 6px 6px 6px;
  172.     padding-left: none;
  173.     margin-left: none;
  174. }
  175. #cntctfrm_contact_message{
  176.     width: 1400px;
  177.     height: 100px;
  178. }
  179. input[type='text']{
  180.     background-color: black;
  181.     color: white;
  182. }
  183. .goog-te-combo{
  184.     display: none;
  185. }
  186. #glt-translate-trigger{
  187.     display: none;
  188. }
  189. /**/
  190. #ninja_forms_field_6, #ninja_forms_field_9, #ninja_forms_field_10, #ninja_forms_field_12, #ninja_forms_field_13{
  191. -webkit-box-sizing: border-box;
  192. -moz-box-sizing: border-box;
  193. box-sizing: border-box;
  194. height: 26px;
  195. color: #7D807A;
  196. border: 1px solid #0a0a0a !important;
  197. border-right: none !important;
  198. border-bottom: none !important;
  199. -webkit-box-shadow: none !important;
  200. -moz-box-shadow: none !important;
  201. box-shadow: none !important;
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement