[livejournal] r20038: LJSUP-9777: betatest.bml changes
Committer: skomarov
LJSUP-9777: betatest.bml changesU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css
===================================================================
--- trunk/htdocs/stc/lj_base.css 2011-09-14 06:50:26 UTC (rev 20037)
+++ trunk/htdocs/stc/lj_base.css 2011-09-14 07:19:54 UTC (rev 20038)
@@ -55,6 +55,39 @@
color: #666;
}
+/* New buttons */
+.b-btn {
+ padding: 10px 25px;
+ background: #6ED1FF;
+ background: -moz-linear-gradient(top, #6ED1FF 0%, #1BB5FD 3%, #158FC8 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ED1FF), color-stop(3%,#1BB5FD), color-stop(100%,#158FC8));
+ background: -webkit-linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
+ background: -o-linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
+ background: -ms-linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ED1FF', endColorstr='#158FC8',GradientType=0 );
+ background: linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
+ border: 1px solid #518593;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ text-transform: uppercase;
+ text-shadow: 1px 1px 1px #0B6294;
+ font-size: 14px;
+ font-weight: bold;
+ color: #FFF;
+ }
+.b-btn-disabled {
+ background: #EAEAEA;
+ background: -moz-linear-gradient(top, #EAEAEA 0%, #CFCFCF 3%, #C5C5C5 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(3%,#CFCFCF), color-stop(100%,#C5C5C5));
+ background: -webkit-linear-gradient(top, #EAEAEA 0%,#CFCFCF 3%,#C5C5C5 100%);
+ background: -o-linear-gradient(top, #EAEAEA 0%,#CFCFCF 3%,#C5C5C5 100%);
+ background: -ms-linear-gradient(top, #EAEAEA 0%,#CFCFCF 3%,#C5C5C5 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#C5C5C5',GradientType=0 );
+ background: linear-gradient(top, #EAEAEA 0%,#CFCFCF 3%,#C5C5C5 100%);
+ border-color: #C0C0C0;
+ text-shadow: 1px 1px 1px #999;
+ }
div.lj_ippu {
background-color: #fff;
border: 2px solid #444;
@@ -3682,3 +3715,61 @@
.selfpromo .rate-posts-item DD {
color: #404040;
}
+
+/* Betatest
+------------------------------------------------------------------------*/
+.beta-testing .user-agent {
+ padding-left: 30px;
+ }
+ .beta-testing .user-agent H3 {
+ padding: 0;
+ margin: 0 0 5px 0;
+ line-height: 16px;
+ font-style: normal;
+ font-size: 14px;
+ color: #000;
+ }
+ .beta-testing .user-agent P {
+ padding: 0;
+ margin: 0;
+ }
+/* Alternate servers list */
+.alt-servers-list {
+ padding: 30px;
+ margin: 0 0 10px 0;
+ border: 1px solid #E9E9E9;
+ -webkit-border-radius: 7px;
+ -moz-border-radius: 7px;
+ border-radius: 7px;
+ list-style: none;
+ }
+ .alt-servers-list LI {
+ overflow: hidden;
+ padding: 13px 30px;
+ margin: 0;
+ border-top: 1px solid #EBEBEB;
+ }
+ .alt-servers-list LI:nth-child(2n-1) {
+ background: #F4F4F4;
+ }
+ .alt-servers-list LI .server-name {
+ float: left;
+ text-shadow: 0 1px 1px #FFF;
+ line-height: 24px;
+ font-size: 22px;
+ }
+ .alt-servers-list LI .side {
+ float: right;
+ width: 200px;
+ margin-right: -30px;
+ text-align: center;
+ }
+ .alt-servers-list LI .b-btn {
+ margin: -7px 0;
+ }
+ .alt-servers-list LI .note {
+ line-height: 20px;
+ font-weight: bold;
+ font-size: 18px;
+ }
+
