Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Theme Name: Luigi Amorfini
- Author: Luigi Amorfini
- Template: twentythirteen
- Version: 1.0.0
- */
- @import url("../twentythirteen/style.css");
- @import url("pages.css");
- /* =Theme customization starts here
- -------------------------------------------------------------- */
- .my-full-size {
- margin-left: auto !important;
- margin-right: auto !important;
- height: auto;
- padding-right: 1em !important;
- }
- .single-author .entry-meta .author {
- display: inline;
- }
- .small-text{
- font-size:20px;
- }
- .center-text
- {
- text-align:center;
- }
- /****************** contact **********************/
- /* Contact Form 7 Styles
- * http://kb.cf7skins.com/styling-contact-form-7-forms/
- ---------------------------------*/
- #contact .wpcf7-form {
- background:#dcc8a5;
- padding:20px;
- border:2px solid #f6efdf;
- margin-bottom:30px;
- border-radius:7px;
- }
- #contact .wpcf7-form input {
- background:#f6efdf;
- padding:5px 7px;
- border:3px solid #ccb58c;
- margin-bottom:8px;
- border-radius:7px;
- width: 100%;
- }
- #contact .wpcf7-form textarea {
- background:#f6efdf;
- padding:5px 0px 5px 7px;
- border:3px solid #ccb58c;
- border-radius:7px;
- width: 100%;
- }
- #contact .wpcf7-form p {
- color:#4f2a0f;
- margin-top:10px;
- }
- #contact .wpcf7-form .wpcf7-submit {
- background:#4f2a0f;
- cursor:pointer;
- padding-left:15px;
- padding-right:15px;
- color:#fff;
- border-radius:7px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement