Guest User

ataib-css

a guest
Oct 1st, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. /*
  2. Theme Name: ATAIB Aviation Services Ltd
  3. Description: Twenty Twelve Child Theme for ATAIB Aviation Services
  4. Author: Peter Bradley
  5. Author URI: http://www.peredur.net
  6. Template: twentytwelve
  7. Version: 1.0.0
  8. */
  9.  
  10. /*
  11. For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet,
  12. use the following line where twentytwelve is the name of the directory where the theme resides:
  13. */
  14. @import url("../twentytwelve/style.css");
  15.  
  16.  
  17.  
  18. /* =Theme customization starts here
  19. -------------------------------------------------------------- */
  20. /* Center the site header */
  21. .site-header h1, .site-header h2 {
  22. /* text-align: center; */
  23. }
  24.  
  25. hgroup {
  26. background-color: #ffffff;
  27. background-image: url('logo.gif');
  28. background-repeat: no-repeat;
  29. width: 100%;
  30. height: 125px;
  31. }
  32.  
  33. /* right alignment: */
  34. .rtl #cntctfrm_contact_form {
  35. float: right;
  36. }
  37.  
  38. /* labels right alignment: */
  39. .rtl #cntctfrm_contact_form label {
  40. float: right;
  41. }
  42.  
  43. /* text in fields right alignment: */
  44. .rtl #cntctfrm_contact_form input[type="text"], .rtl #cntctfrm_contact_form textarea {
  45. text-align: right !important;
  46. }
  47.  
  48. /* submit button right alignment: */
  49. .rtl #cntctfrm_contact_form input[type="submit"] {
  50. float: right;
  51. }
Add Comment
Please, Sign In to add comment