body { position: relative; padding-top: 55px; background-color: white; } .Sb { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: white; clear: both; font-size: 13px; line-height: 1.4; margin: 20px 0 20px 68px; outline: none; position: relative; width: 497px; word-wrap: break-word; } .ZX { color: #999; height: 40px; margin: 0 2px; position: relative; bottom: -3px; background-color: #F8F8F8; border: 1px solid #CCC; } .socialLogin { list-style: none; margin: 0px; } .socialLogin li { float: left; padding: 5px; } .right { text-align: right; } .inline-block { display: inline-block; } .inline li, .inline-block li { display: inline-block; list-style-type: none; } /* Add icons to some text */ .participant, .discussion, .saved, .notsaved { padding-left: 20px; padding-right: 10px; background: no-repeat scroll left center; } .participant { background-image: url("../img/participant.png"); padding-left: 16px; } .discussion { background-image: url("../img/discussion.png"); } .saved { background-image: url("../img/saved.png"); } .notsaved { background-image: url("../img/notsaved.png"); } .gravatar { vertical-align: top; width:40px; font-size: 70%; } .gravatar img { width: 40px; } /* Like / dislike */ .likestatus { padding-left: 20px; margin-right: 3em; font-weight: bold; } .neutral { background: url("../img/neutral.png") no-repeat scroll left; } .like { background: url("../img/like.png") no-repeat scroll left; } .likealot { background: url("../img/likealot.png") no-repeat scroll left; } .youlike { background: url("../img/youlike.png") no-repeat scroll left; padding-left: 15px; padding-right: 5px; } .youdislike { background: url("../img/youdislike.png") no-repeat scroll left; padding-left: 15px; padding-right: 5px; } /* Top of the page -- header */ .header { background-color: rgb(236, 236, 236); min-height : 100px; } #white { color: rgb(255, 255, 255); background-color: rgb(255, 255, 255); margin-bottom: 0px; } #headline { min-height: 50px; } .list_nav { float: left; list-style: none; margin: 0; padding: 5px 0 0 0; } .list_nav li { float: left; margin-left: 20px; } .user_nav { float: right; list-style: none; margin: 0; padding: 5px 0 0 0; } .user_nav a { float: none; padding: 10px 10px 11px; line-height: 19px; color: #999; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .user_nav li { float: left; margin-left: 20px; } .nav .root { font-weight: bold; } #thread_content { width: 70%; } .email_date .date { font-weight: bold; } #top_right { position: absolute; right: 20px; bottom: 0; color: rgb(102, 102, 102); } #top_right li { margin-left:10px; } #page_date { font-size: 150%; } #searchbox { text-align:right; padding-right: 20px; } #searchbox input { width: 250px } #searchbox input::-webkit-input-placeholder { font-style: italic; } #searchbox input:-moz-placeholder { font-style: italic; } #recent_activities, #month-view { width: 88%; margin-top: 20px; margin-right: 10px; float: right; } #archives{ width: 9%; margin-left: 10px; margin-top: 20px; float: left; /* margin-right: 2px; */ } #archives ul { padding: 0; margin: 0; } #archives li { list-style-type: none; } #archives li.current { font-weight: bold; } /* Month view header */ #month-view header { margin-bottom: 4em; } #month-view header .list-name { display: inline; font-size: 190%; font-weight: bold; padding-right: 0.5em; } #month-view header .month-name { display: inline; font-size: 190%; padding-right: 1em; } #month-view header .month-info { display: inline; list-style-type: none; } #month-view header .month-info li { display: inline; } /* Thread list */ .thread { margin-bottom: 3em; } .thread_title { font-weight: bold; font-size: 125%; } .thread_date { font-style: italic; font-size: 70%; color: rgb(128, 0, 0); } .thread_content { margin-top: 0.5em; } .thread_info { text-align:right; } .thread_info .btn { padding-top: 2px; padding-bottom: 2px; } .thread_content .thread_email { display: inline-block; margin-bottom: 5px; } .tags { text-align:left; margin: 0px 0px 0px 200px; padding: 0px; } /* Part containing the body of the mail which can be shown/hidden */ .expander { width: 740px; background-image: linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%); background-image: -o-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%); background-image: -moz-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%); background-image: -webkit-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%); background-image: -ms-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.11, rgb(236,236,236)), color-stop(1, rgb(255,255,255)) ); border-style: solid; border-width: 1px; border-color: rgb(236,236,236); -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; padding-left: 20px; margin-left: 21px; display: inline-block; vertical-align: top; white-space: pre; } .expander a { float: right; padding: 20px 10px 0px 0px; } /* Thread types */ .type { font-variant: small-caps; font-weight: bold; color: white; padding: 3px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; vertical-align: top; width: 110px; text-align:center; } .type a { color: white; } .type_question { background-color: rgb(179, 128, 255); } .type_agenda { background-color: rgb(42, 127, 255); } .type_todo { background-color: rgb(200, 171, 55); } .type_dead { background-color: rgb(0, 0, 0); } .type_announcement { background-color: rgb(170, 212, 0); } .type_policy { background-color: rgb(200, 55, 171); } .type_test { background-color: rgb(200, 171, 55); } .invisible { visibility: hidden; } .removed { display: none; } p.attachments { margin-bottom: 0; font-weight: bold; }