Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- blockquote{
- display:block;
- background: #fff;
- padding: 15px 20px 15px 45px;
- margin: 0 0 20px;
- position: relative;
- /*Font*/
- font-family: Georgia, serif;
- font-size: 16px;
- line-height: 1.2;
- color: #666;
- text-align: justify;
- /*Borders - (Optional)*/
- border-left: 15px solid #c76c0c;
- border-right: 2px solid #c76c0c;
- /*Box Shadow - (Optional)*/
- -moz-box-shadow: 2px 2px 15px #ccc;
- -webkit-box-shadow: 2px 2px 15px #ccc;
- box-shadow: 2px 2px 15px #ccc;
- }
- blockquote::before{
- content: "\201C";
- /*Unicode for Left Double Quote*/
- /*Font*/
- font-family: Georgia, serif;
- font-size: 60px;
- font-weight: bold;
- color: #999;
- /*Positioning*/
- position: absolute;
- left: 10px;
- top:5px;
- }
- blockquote::after{
- /*Reset to make sure*/
- content: "";
- }
- blockquote a{
- text-decoration: none;
- background: #eee;
- cursor: pointer;
- padding: 0 3px;
- color: #c76c0c;
- }
- blockquote a:hover{
- color: #666;
- }
- blockquote em{
- font-style: italic;
- }
- /*---- Compatible contact Form by MBT -----*/
- .contact-form-name, .contact-form-email, .contact-form-email-message {
- max-width: 220px;
- width: 100%;
- font-weight:bold;
- }
- .contact-form-name {
- background: #FFF url(http://2.bp.blogspot.com/-bNZePDihTPU/UZ-lhWAHXqI/AAAAAAAAJuo/aSVVE_A6HpE/s320/name.png) no-repeat 7px 8px;
- background-color: #FFF;
- border: 1px solid #ddd;
- box-sizing: border-box;
- color: #A0A0A0;
- display: inline-block;
- font-family: Arial,sans-serif;
- font-size: 12px;
- font-weight:bold;
- height: 24px;
- margin: 0;
- margin-top: 5px;
- padding: 5px 15px 5px 28px;
- vertical-align: top;
- }
- .contact-form-email {
- background: #FFF url(http://3.bp.blogspot.com/-Wf_IBW4cEts/UZ-li4SsnvI/AAAAAAAAJuw/qYAi9lghY1E/s320/email.png) no-repeat 7px 10px;
- background-color: #FFF;
- border: 1px solid #ddd;
- box-sizing: border-box;
- color: #A0A0A0;
- display: inline-block;
- font-family: Arial,sans-serif;
- font-size: 12px;
- font-weight:bold;
- height: 24px;
- margin: 0;
- margin-top: 5px;
- padding: 5px 15px 5px 28px;
- vertical-align: top;
- }
- .contact-form-email:hover, .contact-form-name:hover{
- border: 1px solid #bebebe;
- box-shadow: 0 1px 2px rgba(5, 95, 255, .1);
- padding: 5px 15px 5px 28px;
- }
- .contact-form-email-message:hover {
- border: 1px solid #bebebe;
- box-shadow: 0 1px 2px rgba(5, 95, 255, .1);
- padding: 10px;
- }
- .contact-form-email-message {
- background: #FFF;
- background-color: #FFF;
- border: 1px solid #ddd;
- box-sizing: border-box;
- color: #A0A0A0;
- display: inline-block;
- font-family: arial;
- font-size: 12px;
- margin: 0;
- margin-top: 5px;
- padding: 10px;
- vertical-align: top;
- max-width: 350px!important;
- height: 150px;
- border-radius:4px;
- }
- .contact-form-button {
- cursor:pointer;
- height: 32px;
- line-height: 28px;
- font-weight:bold;
- border:none;
- }
- .contact-form-button {
- display: inline-block;
- zoom: 1;
- /* zoom and *display = ie7 hack for display:inline-block */
- *display: inline;
- vertical-align: baseline;
- margin: 0 2px;
- outline: none;
- cursor: pointer;
- text-align: center;
- text-decoration: none;
- font: 14px/100% Arial, Helvetica, sans-serif;
- padding: .5em 2em .55em;
- text-shadow: 0 1px 1px rgba(0,0,0,.3);
- -webkit-border-radius: .5em;
- -moz-border-radius: .5em;
- border-radius: .5em;
- -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
- -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
- box-shadow: 0 1px 2px rgba(0,0,0,.2);
- }
- .contact-form-button:hover {
- text-decoration: none;
- }
- .contact-form-button:active {
- position: relative;
- top: 1px;
- }
- .MBT-button-color {
- color: #fef4e9;
- border: solid 1px #da7c0c;
- background: #f78d1d;
- background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
- background: -moz-linear-gradient(top, #faa51a, #f47a20);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
- }
- .MBT-button-color:hover {
- background: #f47c20;
- background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
- background: -moz-linear-gradient(top, #f88e11, #f06015);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
- border-color: #F47C20!important;
- }
- .MBT-button-color:active {
- color: #fcd3a5;
- background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
- background: -moz-linear-gradient(top, #f47a20, #faa51a);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
- }
- </style>
- <!--[if IE 9]>
- <style>
- .contact-form-name {
- background: #FFF url(http://2.bp.blogspot.com/-bNZePDihTPU/UZ-lhWAHXqI/AAAAAAAAJuo/aSVVE_A6HpE/s320/name.png) no-repeat 7px 0px;
- }
- .contact-form-email {
- background: #FFF url(http://3.bp.blogspot.com/-Wf_IBW4cEts/UZ-li4SsnvI/AAAAAAAAJuw/qYAi9lghY1E/s320/email.png) no-repeat 7px 6px;
- }
- </style>
- <![endif]-->
- <style>
- @media screen and (-webkit-min-device-pixel-ratio:0) {
- .contact-form-name {
- background: #FFF url(http://2.bp.blogspot.com/-bNZePDihTPU/UZ-lhWAHXqI/AAAAAAAAJuo/aSVVE_A6HpE/s320/name.png) no-repeat 7px 6px;
- padding: 15px 15px 15px 28px;
- }
- .contact-form-email {
- background: #FFF url(http://3.bp.blogspot.com/-Wf_IBW4cEts/UZ-li4SsnvI/AAAAAAAAJuw/qYAi9lghY1E/s320/email.png) no-repeat 7px 8px;
- padding: 15px 15px 15px 28px;
- }
- .contact-form-email:hover, .contact-form-name:hover{
- padding: 15px 15px 15px 28px;
- }
- .contact-form-button {
- height: 28px;
- }
- }
- </style>
- <h2>This Site
- <a href="http://www.copyscape.com/">
- <img src="http://www.copyscape.com/img/copyscape-banner-white-200x25.png" width="200" height="25" border="0" alt="Protected by Copyscape" title="Protected by Copyscape Plagiarism Checker - Do not copy content from this page." />
- </a>
- </h2>
Advertisement
Add Comment
Please, Sign In to add comment