mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-26 06:34:28 +00:00
tweaking of CSS for login in nin theme, tweaking a bit CSS of all themes
This commit is contained in:
parent
bded3079ef
commit
7b851f4cd8
@ -1175,14 +1175,14 @@ ol.toptrends-list {
|
|||||||
border: solid 1px rgba( 69, 71, 77, .05 );
|
border: solid 1px rgba( 69, 71, 77, .05 );
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
.singleBlock h2
|
.singleBlock h2, .header-bold
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
color: rgba( 255, 255, 255, 1 );
|
color: rgba( 255, 255, 255, 1 );
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
border-bottom: solid 1px rgba( 69, 71, 77, .1 );
|
border-bottom: solid 1px rgba( 69, 71, 77, .1 );
|
||||||
margin: 15px 0 0 0;
|
margin: 0px 0px 12px 0px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
background: #e34f42;
|
background: #e34f42;
|
||||||
}
|
}
|
||||||
@ -1255,11 +1255,18 @@ ol.toptrends-list {
|
|||||||
************* LOGIN PAGE *************
|
************* LOGIN PAGE *************
|
||||||
**************************************/
|
**************************************/
|
||||||
|
|
||||||
|
.login .header-bold {
|
||||||
|
display: block;
|
||||||
|
width: 720px;
|
||||||
|
margin: 0px auto 12px auto;
|
||||||
|
}
|
||||||
|
|
||||||
.login .module {
|
.login .module {
|
||||||
display: block;
|
display: block;
|
||||||
width: 720px;
|
width: 720px;
|
||||||
padding: 32px 40px;
|
padding: 32px 40px;
|
||||||
margin: 8px auto;
|
margin: 8px auto;
|
||||||
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login .module p {
|
.login .module p {
|
||||||
@ -1729,8 +1736,9 @@ ol.toptrends-list {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
****************** LOADER ************
|
**************** LOADER **************
|
||||||
**************************************/
|
**************************************/
|
||||||
|
|
||||||
.postboard-loading
|
.postboard-loading
|
||||||
{
|
{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -1847,18 +1855,21 @@ ol.toptrends-list {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
****************** OPTIONS ***********
|
**************** OPTIONS *************
|
||||||
**************************************/
|
**************************************/
|
||||||
|
|
||||||
.options .module
|
.options .module
|
||||||
{
|
{
|
||||||
margin: 5px;
|
display: block;
|
||||||
padding: 15px;
|
width: 720px;
|
||||||
|
padding: 32px 40px;
|
||||||
|
margin: 8px auto;
|
||||||
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options .container
|
.options .container
|
||||||
{
|
{
|
||||||
margin: 5px 0px 5px 10px;
|
margin: 8px 0px 8px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options .label-h {
|
.options .label-h {
|
||||||
@ -1886,7 +1897,20 @@ ol.toptrends-list {
|
|||||||
-ms-transition: height 1s linear;
|
-ms-transition: height 1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Following page */
|
/*************************************
|
||||||
|
*********** FOLLOWING PAGE ***********
|
||||||
|
**************************************/
|
||||||
|
|
||||||
|
.following .postboard-loading
|
||||||
|
{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.following .header-bold {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
margin: 0px auto 12px auto;
|
||||||
|
}
|
||||||
|
|
||||||
.following-list
|
.following-list
|
||||||
{
|
{
|
||||||
|
@ -146,7 +146,7 @@
|
|||||||
|
|
||||||
<!-- LADO ESQUERDO DE MÓDULOS INIT -->
|
<!-- LADO ESQUERDO DE MÓDULOS INIT -->
|
||||||
<div class="following">
|
<div class="following">
|
||||||
<h2><span>Following</span></h2>
|
<h2 class="header-bold"> Following </h2>
|
||||||
|
|
||||||
<div class="postboard-loading" style="display: none;">
|
<div class="postboard-loading" style="display: none;">
|
||||||
<div></div>
|
<div></div>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
<!-- LADO ESQUERDO DE MÓDULOS INIT -->
|
<!-- LADO ESQUERDO DE MÓDULOS INIT -->
|
||||||
<div class="login">
|
<div class="login">
|
||||||
<h2> twister login </h2>
|
<h2 class="header-bold"> twister login </h2>
|
||||||
|
|
||||||
<div class="module">
|
<div class="module">
|
||||||
<p> <span>Existing local users</span> </p>
|
<p> <span>Existing local users</span> </p>
|
||||||
|
@ -1534,14 +1534,14 @@ textarea.splited-post {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.singleBlock h2
|
.singleBlock h2, .header-bold
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
color: rgba( 255, 255, 255, 1 );
|
color: rgba( 255, 255, 255, 1 );
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
border-bottom: solid 1px rgba( 69, 71, 77, .1 );
|
border-bottom: solid 1px rgba( 69, 71, 77, .1 );
|
||||||
margin: 15px 0 0 0;
|
margin: 0;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
background: #768fce;
|
background: #768fce;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@ -1611,8 +1611,15 @@ textarea.splited-post {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
**************************** LOGIN PAGE
|
************* LOGIN PAGE *************
|
||||||
**************************************/
|
**************************************/
|
||||||
|
|
||||||
|
.login .header-bold {
|
||||||
|
display: block;
|
||||||
|
width: 720px;
|
||||||
|
margin: 0px auto 12px auto;
|
||||||
|
}
|
||||||
|
|
||||||
.login .module, .optionsPage .module {
|
.login .module, .optionsPage .module {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
@ -2145,9 +2152,11 @@ textarea.splited-post {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: rgba( 0, 0, 0, .6 );
|
color: rgba( 0, 0, 0, .6 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
****************** LOADER ************
|
**************** LOADER **************
|
||||||
**************************************/
|
**************************************/
|
||||||
|
|
||||||
.postboard-loading
|
.postboard-loading
|
||||||
{
|
{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -2264,18 +2273,21 @@ textarea.splited-post {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
****************** OPTIONS ***********
|
**************** OPTIONS *************
|
||||||
**************************************/
|
**************************************/
|
||||||
|
|
||||||
.options .module
|
.options .module
|
||||||
{
|
{
|
||||||
margin: 5px;
|
display: block;
|
||||||
padding: 15px;
|
width: 720px;
|
||||||
|
padding: 32px 40px;
|
||||||
|
margin: 8px auto;
|
||||||
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options .container
|
.options .container
|
||||||
{
|
{
|
||||||
margin: 5px 0px 5px 10px;
|
margin: 8px 0px 8px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options .label-h {
|
.options .label-h {
|
||||||
@ -2303,7 +2315,21 @@ textarea.splited-post {
|
|||||||
-ms-transition: height 1s linear;
|
-ms-transition: height 1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Following page */
|
/*************************************
|
||||||
|
*********** FOLLOWING PAGE ***********
|
||||||
|
**************************************/
|
||||||
|
|
||||||
|
.following .postboard-loading
|
||||||
|
{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.following .header-bold {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
margin: 0px auto 12px auto;
|
||||||
|
}
|
||||||
|
|
||||||
.following ol.following-list > li{
|
.following ol.following-list > li{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
@ -2317,13 +2343,18 @@ textarea.splited-post {
|
|||||||
.following ol.following-list li .swarm-status {
|
.following ol.following-list li .swarm-status {
|
||||||
font: 11px "Open Sans", sans-serif;
|
font: 11px "Open Sans", sans-serif;
|
||||||
color: #343434;
|
color: #343434;
|
||||||
margin-left: 10px;
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
top: 94px;
|
||||||
|
right: 8px;
|
||||||
}
|
}
|
||||||
.following ol.following-list li span.mini-profile-name:hover {
|
.following ol.following-list li span.mini-profile-name:hover {
|
||||||
color: #5e8da4;
|
color: #5e8da4;
|
||||||
}
|
}
|
||||||
.following ol.following-list li span.mini-screen-name {
|
.following ol.following-list li span.mini-screen-name {
|
||||||
color: #5e8da4;
|
color: #5e8da4;
|
||||||
|
position: absolute;
|
||||||
|
top: 32px;
|
||||||
}
|
}
|
||||||
.following ol.following-list li span.mini-screen-name:hover {
|
.following ol.following-list li span.mini-screen-name:hover {
|
||||||
color: #76b2ce;
|
color: #76b2ce;
|
||||||
@ -2342,6 +2373,14 @@ textarea.splited-post {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.following-list .following-config
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 60px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Autocomplite*/
|
/* Autocomplite*/
|
||||||
.textcomplete-wrapper textarea {
|
.textcomplete-wrapper textarea {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -1611,6 +1611,75 @@ h3 .isFollowing:after {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*************************************
|
||||||
|
************* LOGIN PAGE *************
|
||||||
|
**************************************/
|
||||||
|
|
||||||
|
.login .header-bold {
|
||||||
|
display: block;
|
||||||
|
width: 720px;
|
||||||
|
margin: 0px auto 12px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .module {
|
||||||
|
display: block;
|
||||||
|
width: 720px;
|
||||||
|
padding: 32px 40px;
|
||||||
|
margin: 8px auto;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .module p {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .module input {
|
||||||
|
padding: 5px 10px;
|
||||||
|
background: #f3f3f3;
|
||||||
|
border: solid 1px #dcdcdc;
|
||||||
|
transition: box-shadow 0.3s, border 0.3s;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .module input:focus, .login .module select:focus {
|
||||||
|
background: #fff;
|
||||||
|
transition: background-color 100ms linear;
|
||||||
|
border-bottom: solid 2px #B4C669;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .module select {
|
||||||
|
height: 30px;
|
||||||
|
padding: 3px 30px 3px 10px;
|
||||||
|
margin: 0;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .module span.availability {
|
||||||
|
margin-left: 10px;
|
||||||
|
color: #45474d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.with-nickname, .import-secret-key, .create-user {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .module:nth-child(2) div ,
|
||||||
|
.login .module:nth-child(3) div:nth-child(2),
|
||||||
|
.login .secret-key-import,
|
||||||
|
.login .username-import {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login .create-user,
|
||||||
|
.login .import-secret-key {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
/************** BUTTONS *********** */
|
/************** BUTTONS *********** */
|
||||||
/* line 65, ../sass/_commons.sass */
|
/* line 65, ../sass/_commons.sass */
|
||||||
button, .mini-profile-actions span, a.button {
|
button, .mini-profile-actions span, a.button {
|
||||||
@ -2121,6 +2190,10 @@ ul.userMenu-search-profiles button:after, ul.userMenu-search-profiles .mini-prof
|
|||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-area-new textarea:focus {
|
||||||
|
border-bottom: solid 2px #B4C669;
|
||||||
|
}
|
||||||
|
|
||||||
/* line 334, ../sass/style.sass */
|
/* line 334, ../sass/style.sass */
|
||||||
#postboard-top {
|
#postboard-top {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
55
theme_nin/sass/_login.sass
Normal file
55
theme_nin/sass/_login.sass
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
.login .header-bold
|
||||||
|
display: block
|
||||||
|
width: 720px
|
||||||
|
margin: 0px auto 12px auto
|
||||||
|
|
||||||
|
.login .module
|
||||||
|
display: block
|
||||||
|
width: 720px
|
||||||
|
padding: 32px 40px
|
||||||
|
margin: 8px auto
|
||||||
|
background: white
|
||||||
|
|
||||||
|
.login .module p
|
||||||
|
margin-bottom: 5px
|
||||||
|
|
||||||
|
.login .module input
|
||||||
|
padding: 5px 10px
|
||||||
|
background: #f3f3f3
|
||||||
|
border: solid 1px #dcdcdc
|
||||||
|
transition: box-shadow 0.3s, border 0.3s
|
||||||
|
font-size: 14px
|
||||||
|
|
||||||
|
.login .module input:focus,
|
||||||
|
.login .module select:focus
|
||||||
|
background: white
|
||||||
|
transition: background-color 100ms linear
|
||||||
|
border-bottom: solid 2px $color-green
|
||||||
|
|
||||||
|
.login .module select
|
||||||
|
height: 30px
|
||||||
|
padding: 3px 30px 3px 10px
|
||||||
|
margin: 0
|
||||||
|
border: 1px solid #ccc
|
||||||
|
font-size: 14px
|
||||||
|
|
||||||
|
.login .module span.availability
|
||||||
|
margin-left: 10px
|
||||||
|
color: #45474d
|
||||||
|
|
||||||
|
.with-nickname, .import-secret-key, .create-user
|
||||||
|
margin-top: 10px
|
||||||
|
|
||||||
|
.login .module:nth-child(2) div,
|
||||||
|
.login .module:nth-child(3) div:nth-child(2),
|
||||||
|
.login .secret-key-import,
|
||||||
|
.login .username-import
|
||||||
|
margin-top: 20px
|
||||||
|
margin-bottom: 20px
|
||||||
|
margin-left: 16px
|
||||||
|
|
||||||
|
.login .create-user,
|
||||||
|
.login .import-secret-key
|
||||||
|
display: block
|
||||||
|
margin-left: auto
|
||||||
|
margin-right: 16px
|
@ -8,6 +8,7 @@
|
|||||||
@import _profile
|
@import _profile
|
||||||
@import _postboard
|
@import _postboard
|
||||||
@import _following
|
@import _following
|
||||||
|
@import _login
|
||||||
@import _network
|
@import _network
|
||||||
@import _commons
|
@import _commons
|
||||||
@import _tabs
|
@import _tabs
|
||||||
@ -353,6 +354,8 @@ ul.userMenu-search-profiles
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.1)
|
border: 1px solid rgba(0, 0, 0, 0.1)
|
||||||
padding: 3px
|
padding: 3px
|
||||||
margin: 5px 0
|
margin: 5px 0
|
||||||
|
&:focus
|
||||||
|
border-bottom: solid 2px $color-green
|
||||||
|
|
||||||
#postboard-top
|
#postboard-top
|
||||||
clear: both
|
clear: both
|
||||||
|
Loading…
x
Reference in New Issue
Block a user