Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .Item.Read {
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
- filter: alpha(opacity=90);
- opacity: .9;
- }
- .Item.Read:hover {
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: alpha(opacity=100);
- opacity: 1;
- }
- .Item.Read .Title, .Item.Read .BlockTitle {
- font-weight: normal;
- }
- .Item.Unread {
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: alpha(opacity=100);
- opacity: 1;
- font-weight: bold;
- }
- .Item.Unread:hover {
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: alpha(opacity=100);
- opacity: 1;
- }
- .Item.Unread .Title, .Item.Unread .BlockTitle {
- font-weight: bold;
- }
- input.DateBox,
- input.InputBox,
- input.SmallInput,
- textarea {
- font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
- color: #333;
- font-size: 15px;
- padding: 3px;
- margin: 0;
- width: 250px;
- background: #fff;
- border: 1px solid #999;
- border: 1px solid rgba(0, 0, 0, 0.4);
- padding: 3px;
- }
- textarea.TextBox {
- width: 500px;
- height: 100px;
- min-height: 100px;
- background: #fff;
- }
- .TextBoxWrapper {
- width: auto;
- padding-right: 8px;
- background: #fff;
- }
- .TextBoxWrapper textarea,
- .TextBoxWrapper input {
- width: 100%;
- }
- #Popup textarea.TextBox {
- width: 100%;
- }
- .ButtonBarMarkupHint {
- font-size: 11px;
- }
- #DiscussionForm .ButtonBar {
- margin-bottom: -6px;
- }
- #DiscussionForm .ButtonBarMarkupHint {
- margin-top: -6px;
- }
- .BarWrap {
- background: #fafafa;
- border: 1px solid #aaa;
- margin: 0 0 -1px;
- line-height: 0.1;
- }
- .ButtonBar .ButtonWrap {
- background-color: white;
- background-position: 50% 50%;
- background-repeat: no-repeat;
- border-right: 1px solid #eee;
- height: 24px;
- width: 24px;
- z-index: 50;
- display: inline-block;
- }
- .ButtonBar .ButtonWrap:hover {
- background-color: #f8f8f8;
- cursor: pointer;
- }
- .ButtonBar .ButtonWrap span {
- display: none;
- }
- .ButtonBar .ButtonOff {
- display: none;
- cursor: auto;
- opacity: 0.3;
- }
- .ButtonBar .ButtonOff:hover {
- background-color: white;
- }
- li.Item.ItemComment {
- border-style: solid;
- border-color: #fff;
- }
- li.Item.Alt.ItemComment {
- border-style: solid;
- border-color: #fff;
- }
- td.DiscussionName, td.CheckBoxColumn {
- border-style: solid;
- border-color: #fff;
- }
- td.CategoryName {
- border-style: solid;
- border-color: #fff;
- }
Advertisement
Add Comment
Please, Sign In to add comment