mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-11 15:37:55 +00:00
rearrange commented retwists #CSS
This commit is contained in:
parent
66431127e6
commit
24cb89ba3b
@ -1256,40 +1256,6 @@ ol.toptrends-list {
|
|||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-rt-reference {
|
|
||||||
background-color: #FAFAFA;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference:hover {
|
|
||||||
background-color: #FFF;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-photo {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-photo img {
|
|
||||||
width: 24px;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-info-name {
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-text {
|
|
||||||
font-size: 11px;
|
|
||||||
margin: 2px 10px 4px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-info-time {
|
|
||||||
font-size: 9px;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
/***********************************
|
/***********************************
|
||||||
******** LOGIN AND NETWORK PAGES ***
|
******** LOGIN AND NETWORK PAGES ***
|
||||||
***********************************/
|
***********************************/
|
||||||
@ -1773,7 +1739,7 @@ ol.toptrends-list {
|
|||||||
**************************************/
|
**************************************/
|
||||||
|
|
||||||
.reTwist.prompt-wrapper {
|
.reTwist.prompt-wrapper {
|
||||||
margin-top: -100px;
|
margin-top: -140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reTwist .post-expand,
|
.reTwist .post-expand,
|
||||||
@ -2126,3 +2092,38 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.post-rt-reference {
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference:hover {
|
||||||
|
background-color: #FFF;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-photo {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-photo img {
|
||||||
|
width: 24px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-info-name {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-text {
|
||||||
|
font-size: 11px;
|
||||||
|
margin: 2px 10px 4px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-info-time {
|
||||||
|
font-size: 9px;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
@ -1619,44 +1619,6 @@ textarea.splited-post {
|
|||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-rt-reference {
|
|
||||||
background-color: #FAFAFA;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference:hover {
|
|
||||||
background-color: #FFF;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-photo {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-photo img {
|
|
||||||
width: 24px;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-info-name {
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-text {
|
|
||||||
font-size: 11px;
|
|
||||||
margin: 2px 10px 4px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-text a {
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-info-time {
|
|
||||||
font-size: 9px;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
/***********************************
|
/***********************************
|
||||||
******** LOGIN AND NETWORK PAGES ***
|
******** LOGIN AND NETWORK PAGES ***
|
||||||
***********************************/
|
***********************************/
|
||||||
@ -2169,7 +2131,7 @@ textarea.splited-post {
|
|||||||
**************************************/
|
**************************************/
|
||||||
|
|
||||||
.reTwist.prompt-wrapper {
|
.reTwist.prompt-wrapper {
|
||||||
margin-top: -100px;
|
margin-top: -140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reTwist .post-expand,
|
.reTwist .post-expand,
|
||||||
@ -2562,3 +2524,42 @@ p.post-text img {
|
|||||||
.reply textarea{
|
.reply textarea{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.post-rt-reference {
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference:hover {
|
||||||
|
background-color: #FFF;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-photo {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-photo img {
|
||||||
|
width: 24px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-info-name {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-text {
|
||||||
|
font-size: 11px;
|
||||||
|
margin: 2px 10px 4px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-text a {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-info-time {
|
||||||
|
font-size: 9px;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
@ -1100,42 +1100,6 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
|
|||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-rt-reference {
|
|
||||||
background-color: #FAFAFA;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
padding: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference:hover {
|
|
||||||
background-color: #FFF;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-photo {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-photo img {
|
|
||||||
width: 24px;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-info-name {
|
|
||||||
font-size: 11px;
|
|
||||||
padding-left: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-text {
|
|
||||||
font-size: 11px;
|
|
||||||
margin: 4px 4px 4px 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-rt-reference .post-info-time {
|
|
||||||
font-size: 9px;
|
|
||||||
color: #B3B5B7;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* MODAL */
|
/* MODAL */
|
||||||
/* line 316, ../sass/_postboard.sass */
|
/* line 316, ../sass/_postboard.sass */
|
||||||
.modal-content .postboard {
|
.modal-content .postboard {
|
||||||
@ -2825,7 +2789,7 @@ ol.toptrends-list a:hover {
|
|||||||
|
|
||||||
/* line 705, ../sass/style.sass */
|
/* line 705, ../sass/style.sass */
|
||||||
.reTwist.prompt-wrapper {
|
.reTwist.prompt-wrapper {
|
||||||
margin-top: -110px;
|
margin-top: -150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reTwist .modal-content {
|
.reTwist .modal-content {
|
||||||
@ -3354,3 +3318,41 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a {
|
|||||||
margin: 2% 1%;
|
margin: 2% 1%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.post-rt-reference {
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference:hover {
|
||||||
|
background-color: #FFF;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-photo {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-photo img {
|
||||||
|
width: 24px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-info-name {
|
||||||
|
font-size: 11px;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-text {
|
||||||
|
font-size: 11px;
|
||||||
|
margin: 4px 4px 4px 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-rt-reference .post-info-time {
|
||||||
|
font-size: 9px;
|
||||||
|
color: #B3B5B7;
|
||||||
|
}
|
||||||
|
@ -310,30 +310,6 @@
|
|||||||
border-left: solid 3px $main-color-color
|
border-left: solid 3px $main-color-color
|
||||||
margin-left: 1px
|
margin-left: 1px
|
||||||
|
|
||||||
.post-rt-reference
|
|
||||||
background-color: #FAFAFA
|
|
||||||
border: 1px solid #ccc
|
|
||||||
padding: 2px
|
|
||||||
&:hover
|
|
||||||
background-color: #FFF
|
|
||||||
cursor: pointer
|
|
||||||
.post-photo
|
|
||||||
width: 24px
|
|
||||||
height: 24px
|
|
||||||
img
|
|
||||||
width: 24px
|
|
||||||
height: auto
|
|
||||||
.post-info-name
|
|
||||||
font-size: 11px
|
|
||||||
.post-text
|
|
||||||
font-size: 11px
|
|
||||||
margin: 4px 4px 4px 28px
|
|
||||||
.post-info-time
|
|
||||||
font-size: 9px
|
|
||||||
color: #B3B5B7
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* MODAL */
|
/* MODAL */
|
||||||
.modal-content
|
.modal-content
|
||||||
@ -350,3 +326,27 @@
|
|||||||
img
|
img
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
|
|
||||||
|
.post-rt-reference
|
||||||
|
background-color: #FAFAFA
|
||||||
|
border: 1px solid #ccc
|
||||||
|
padding: 2px
|
||||||
|
&:hover
|
||||||
|
background-color: #FFF
|
||||||
|
cursor: pointer
|
||||||
|
.post-photo
|
||||||
|
width: 24px
|
||||||
|
height: 24px
|
||||||
|
margin-right: 4px
|
||||||
|
img
|
||||||
|
width: 24px
|
||||||
|
height: auto
|
||||||
|
.post-info-name
|
||||||
|
font-size: 11px
|
||||||
|
.post-text
|
||||||
|
font-size: 11px
|
||||||
|
margin: 4px 4px 4px 28px
|
||||||
|
.post-info-time
|
||||||
|
font-size: 9px
|
||||||
|
color: #B3B5B7
|
||||||
|
@ -778,7 +778,7 @@ ol.toptrends-list
|
|||||||
|
|
||||||
.prompt-wrapper.reTwist
|
.prompt-wrapper.reTwist
|
||||||
&.prompt-wrapper
|
&.prompt-wrapper
|
||||||
margin-top: -110px
|
margin-top: -150px
|
||||||
.modal-content
|
.modal-content
|
||||||
padding: 20px 15px
|
padding: 20px 15px
|
||||||
.modal-buttons
|
.modal-buttons
|
||||||
|
Loading…
Reference in New Issue
Block a user