Advertisement
lamorfini

Untitled

Jul 20th, 2017
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.43 KB | None | 0 0
  1. /*
  2.  Theme Name:     Luigi Amorfini
  3.  Author:         Luigi Amorfini
  4.  Template:       twentythirteen
  5.  Version:        1.0.0
  6. */
  7.  
  8. @import url("../twentythirteen/style.css");
  9. @import url("pages.css");
  10. /* =Theme customization starts here
  11. -------------------------------------------------------------- */
  12. .my-full-size {
  13.     margin-left: auto !important;
  14.     margin-right: auto !important;
  15.     height: auto;
  16.     padding-right: 1em !important;
  17. }
  18.  
  19. .single-author .entry-meta .author {
  20. display: inline;
  21. }
  22.  
  23. .small-text{
  24.     font-size:20px;
  25. }
  26.  
  27. .center-text
  28. {
  29.     text-align:center;
  30. }
  31.  
  32. /****************** contact **********************/
  33. /* Contact Form 7 Styles
  34. * http://kb.cf7skins.com/styling-contact-form-7-forms/
  35. ---------------------------------*/
  36. #contact .wpcf7-form {
  37.   background:#dcc8a5;
  38.   padding:20px;
  39.   border:2px solid #f6efdf;
  40.   margin-bottom:30px;
  41.   border-radius:7px;
  42. }
  43.  
  44. #contact .wpcf7-form input {
  45.   background:#f6efdf;
  46.   padding:5px 7px;
  47.   border:3px solid #ccb58c;
  48.   margin-bottom:8px;
  49.   border-radius:7px;
  50.   width: 100%;
  51. }
  52.  
  53. #contact .wpcf7-form textarea {
  54.   background:#f6efdf;
  55.   padding:5px 0px 5px 7px;
  56.   border:3px solid #ccb58c;
  57.   border-radius:7px;
  58.   width: 100%;
  59. }
  60.  
  61. #contact .wpcf7-form p {
  62.   color:#4f2a0f;
  63.   margin-top:10px;
  64. }
  65.  
  66. #contact .wpcf7-form .wpcf7-submit {
  67.   background:#4f2a0f;
  68.   cursor:pointer;
  69.   padding-left:15px;
  70.   padding-right:15px;
  71.   color:#fff;
  72.   border-radius:7px;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement