PHP Classes

File: themes/cleargray/theme.css

Recommend this page to a friend!
  Classes of ASCOOS CMS   PHP Article Editor Block   themes/cleargray/theme.css   Download  
File: themes/cleargray/theme.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Article Editor Block
Show article author details using ASCOOS CMS
Author: By
Last change:
Date: 1 year ago
Size: 3,657 bytes
 

Contents

Class file image Download
.block-article-author-cleargray { position:relative; display:block; margin:0 0 5px 0; padding:0; background-color:#F9F9F9; border:#aaa solid 1px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; box-shadow:1px 1px 3px rgba(22,22,22,0.5); overflow:hidden; user-select:none; -o-user-select:none; -moz-user-select:none; -webkit-user-select:none; } .block-article-author-cleargray .header { position:relative; display:block; overflow:hidden; height:20px; margin:0; padding:5px; border-bottom:#111 inset 1px; background:-moz-linear-gradient(19% 75% 90deg,#787878, #A6A6A6, #A4A4A4 100%); background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#787878), to(#A6A6A6), color-stop(.6,#A4A4A4)); border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; user-select:none; -o-user-select:none; -moz-user-select:none; -webkit-user-select:none; } .block-article-author-cleargray .header h3 { position:relative; line-height:20px; vertical-align:middle; font-size:1.3em; color: #033; text-shadow:1px 1px 1px #EEE; } .block-article-author-cleargray .text { position:relative; margin:0; padding:5px; color: #777; font-family: "Lucida Grande","Trebuchet MS",Arial,Helvetica,sans-serif,Verdana; font-size:13px; } .block-article-author-cleargray .text .table {position:relative; display:table; margin:10px 0; padding:0; width:100%;} .block-article-author-cleargray .text .row {position:relative; display:table-row; margin:0; padding:2px; width:100%; } .block-article-author-cleargray .text .cell {position:relative; display:table-cell; vertical-align:middle; text-align:left; padding:2px;} .block-article-author-cleargray .text .cell a {color:#777; text-decoration:none; text-shadow:1px 1px 1px #eee;} .block-article-author-cleargray .text .cell a:hover {color:#555; text-decoration:none; text-shadow:1px 1px 1px #aaa;} .block-article-author-cleargray .text .right {padding:2px 2px 2px 6px; text-align:right;} .block-article-author-cleargray .text .avatar { position:relative; display:table-cell; vertical-align:middle; padding:2px; width:64px; height:64px;} .block-article-author-cleargray .text .ucell {position:relative; display:table-cell; padding:2px;} .block-article-author-cleargray .text .ucell .username {position:relative; padding: 5px; font-size:1.2em; color: #333333; font-family: tahoma, Arial, Helvetica, sans-serif;} .block-article-author-cleargray .text .ucell .gstar { position:relative; background: url("rank.png") 0 0 transparent; height: 16px; width: 70px; } .block-article-author-cleargray .text .ucell .star0 {background-position:0 0;} .block-article-author-cleargray .text .ucell .star1 {background-position:-70px 0;} .block-article-author-cleargray .text .ucell .star2 {background-position:-140px 0;} .block-article-author-cleargray .text .ucell .star3 {background-position:-210px 0;} .block-article-author-cleargray .text .ucell .star4 {background-position:-280px 0;} .block-article-author-cleargray .text .ucell .star5 {background-position:-350px 0;} .block-article-author-cleargray .text .address { position:relative; display:block; margin:10px 0; } .block-article-author-cleargray .text .address h3 { position:relative; margin:0; padding: 5px; border-bottom: #bbb solid 1px; text-align:left; font-size:1.1em; color: #777; font-family: tahoma, Arial, Helvetica, sans-serif; } .block-article-author-cleargray .text .signature { position:relative; display:block; margin:10px 0; padding:5px 0; border-top: #bbb dashed 1px; }