[ljcom] r9740: LJINT-363: Comments for side projects
Committer: vsukhanov
LJINT-363: Comments for side projectsA trunk/htdocs/stc/partners/ A trunk/htdocs/stc/partners/login.css
Added: trunk/htdocs/stc/partners/login.css
===================================================================
--- trunk/htdocs/stc/partners/login.css (rev 0)
+++ trunk/htdocs/stc/partners/login.css 2010-11-22 08:57:19 UTC (rev 9740)
@@ -0,0 +1,236 @@
+.m-auth {
+ position:relative;
+ bottom:-1px;
+ overflow:hidden;
+ margin:0;
+ z-index:2;
+ border:0;
+ font:12px Arial, Helvetica, sans-serif;
+ }
+ .m-auth-item {
+ float:left;
+ padding:6px 30px 5px;
+ position:relative;
+ }
+ .m-auth .current {
+ padding:5px 29px 4px;
+ border:1px solid #FFF;
+ border-color:#CCC #CCC #FFF;
+ border-radius:6px 6px 0 0;
+ -moz-border-radius:6px 6px 0 0;
+ -webkit-border-radius:6px 6px 0 0;
+ }
+ .m-auth-item A,
+ .m-auth-item A:link,
+ .m-auth-item A:visited,
+ .m-auth-item A:hover,
+ .m-auth-item A:active {
+ text-decoration:none;
+ margin:0;
+ padding:0 0 0 20px;
+ outline:0;
+ background-position:0 50%;
+ color:#222;
+ }
+ .m-auth .m-auth-item .m-auth-bl,
+ .m-auth .m-auth-item .m-auth-br {
+ display:none;
+ }
+ .m-auth-item B,
+ .m-auth-item SPAN {
+ border-bottom:1px dotted #000;
+ font-weight:normal;
+ }
+ .m-auth-item A:hover B,
+ .m-auth-item A:hover SPAN {
+ border-bottom:0;
+ }
+ .m-auth-item.current B,
+ .m-auth-item.current SPAN {
+ border-bottom:0;
+ font-weight:bold;
+ }
+
+.b-auth {
+ position:relative;
+ z-index:1;
+ border:0;
+ font:12px Arial, Helvetica, sans-serif;
+ }
+ .b-auth LI {
+ padding:0;
+ border:0;
+ }
+ .b-auth FORM {
+ padding:10px 30px;
+ margin:0 0 17px;
+ overflow:hidden;
+ border:1px solid #CCC;
+ border-radius:6px;
+ -moz-border-radius:6px;
+ -webkit-border-radius:6px;
+ }
+ .b-auth #tab-user FORM {
+ border-radius:0 6px 6px 6px;
+ -moz-border-radius:0 6px 6px 6px;
+ -webkit-border-radius:0 6px 6px 6px;
+ }
+ .b-auth #tab-facebook FORM,
+ .b-auth #tab-twitter FORM {
+ padding:30px;
+ }
+
+.b-auth-user-form,
+.b-auth-openid-form {
+ float:left;
+ margin:0;
+ padding:20px 0;
+ text-align:left;
+ }
+.b-auth-input-wrapper {
+ display:block;
+ position:relative;
+ }
+ .b-auth-input-wrapper LABEL {
+ position:absolute;
+ top:4px;
+ left:6px;
+ color:#666;
+ }
+ .lj3-input-wrapper INPUT,
+ .lj3-input-wrapper TEXTAREA,
+ .b-auth-input-wrapper INPUT,
+ .b-auth-input-wrapper TEXTAREA {
+ padding-left:2px;
+ padding-right:2px;
+ margin:0 0 5px;
+ font-family:Arial,Helvetica,sans-serif;
+ }
+ .b-auth-input-wrapper A,
+ .b-auth-input-wrapper SPAN {
+ display:block;
+ font-size:11px;
+ color:#666;
+ }
+ .b-auth-input-wrapper A {
+ color:#222;
+ }
+.b-auth-user-form BUTTON,
+.b-auth-openid-form BUTTON {
+ margin:10px 0;
+ text-align:left;
+ }
+
+.b-auth-desc {
+ float:right;
+ padding:18px 0 20px;
+ line-height:1.4em;
+ }
+.b-auth #tab-user .b-auth-desc {
+ width:340px;
+ }
+.b-auth #tab-openid .b-auth-desc {
+ width:260px;
+ }
+.b-auth #tab-facebook .b-auth-desc {
+ width:390px;
+ padding:0;
+ }
+.b-auth #tab-twitter .b-auth-desc {
+ width:300px;
+ padding:0;
+ }
+
+.b-auth-user-form .b-auth-user-input {
+ width:138px;
+ margin:0;
+ }
+.b-auth-openid-form INPUT {
+ width:218px;
+ }
+
+.lj3-form-wrapper {
+ position:relative;
+ z-index:1;
+ font:12px Arial, Helvetica, sans-serif;
+ }
+.lj3-form-wrapper .lj3-form {
+ display:none;
+ padding:10px 30px;
+ margin:0 0 17px;
+ overflow:hidden;
+ border:1px solid #CCC;
+ border-radius:6px;
+ -moz-border-radius:6px;
+ -webkit-border-radius:6px;
+ }
+.lj3-form-wrapper FIELDSET {
+ padding:0;
+ margin:0;
+ border:0;
+ }
+.lj3-form-wrapper .lj3-livejournal {
+ border-radius:0 6px 6px 6px;
+ -moz-border-radius:0 6px 6px 6px;
+ -webkit-border-radius:0 6px 6px 6px;
+ }
+.lj3-form-wrapper .lj3-form.lj3-active {
+ display:block;
+ }
+
+.lj3-input-wrapper {
+ position:relative;
+ margin:0;
+ }
+ .lj3-input-wrapper LABEL {
+ position:absolute;
+ top:4px;
+ left:6px;
+ color:#666;
+ }
+ .lj3-input-wrapper INPUT,
+ .lj3-input-wrapper TEXTAREA {
+ padding-left:2px;
+ padding-right:2px;
+ margin:0 0 5px;
+ font-family:Arial,Helvetica,sans-serif;
+ }
+ .lj3-input-wrapper A,
+ .lj3-input-wrapper SPAN {
+ display:block;
+ font-size:11px;
+ color:#666;
+ }
+ .lj3-input-wrapper A {
+ color:#222;
+ }
+.lj3-submit-wrapper {
+ padding:5px 0;
+ margin:0;
+ text-align:right;
+ }
+
+/* post comment */
+ .lj3-post-comment .lj3-input-wrapper LABEL {
+ font-size:15px;
+ }
+ .lj3-post-comment .lj3-input-wrapper .lj3-input-subject {
+ width:518px;
+ font-size:15px;
+ }
+ .lj3-post-comment .lj3-input-wrapper TEXTAREA {
+ width:520px;
+ height:67px;
+ font-size:15px;
+ }
+
+.lj3-identity {
+ margin:0 0 10px;
+ }
+ .lj3-identity A {
+ color:#222;
+ }
+ .lj3-identity .lj3-logout {
+ font-size:11px;
+ }
+
