Browse Source

rearrange commented retwists #CSS

master
Simon Grim 9 years ago
parent
commit
24cb89ba3b
  1. 71
      css/style.css
  2. 79
      theme_calm/css/style.css
  3. 76
      theme_nin/css/style.css
  4. 38
      theme_nin/sass/_postboard.sass
  5. 2
      theme_nin/sass/style.sass

71
css/style.css

@ -1256,40 +1256,6 @@ ol.toptrends-list { @@ -1256,40 +1256,6 @@ ol.toptrends-list {
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 ***
***********************************/
@ -1773,7 +1739,7 @@ ol.toptrends-list { @@ -1773,7 +1739,7 @@ ol.toptrends-list {
**************************************/
.reTwist.prompt-wrapper {
margin-top: -100px;
margin-top: -140px;
}
.reTwist .post-expand,
@ -2126,3 +2092,38 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a { @@ -2126,3 +2092,38 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a {
text-decoration: none;
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;
}

79
theme_calm/css/style.css

@ -1619,44 +1619,6 @@ textarea.splited-post { @@ -1619,44 +1619,6 @@ textarea.splited-post {
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 ***
***********************************/
@ -2169,7 +2131,7 @@ textarea.splited-post { @@ -2169,7 +2131,7 @@ textarea.splited-post {
**************************************/
.reTwist.prompt-wrapper {
margin-top: -100px;
margin-top: -140px;
}
.reTwist .post-expand,
@ -2562,3 +2524,42 @@ p.post-text img { @@ -2562,3 +2524,42 @@ p.post-text img {
.reply textarea{
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;
}

76
theme_nin/css/style.css

@ -1100,42 +1100,6 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, @@ -1100,42 +1100,6 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
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 */
/* line 316, ../sass/_postboard.sass */
.modal-content .postboard {
@ -2825,7 +2789,7 @@ ol.toptrends-list a:hover { @@ -2825,7 +2789,7 @@ ol.toptrends-list a:hover {
/* line 705, ../sass/style.sass */
.reTwist.prompt-wrapper {
margin-top: -110px;
margin-top: -150px;
}
.reTwist .modal-content {
@ -3354,3 +3318,41 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a { @@ -3354,3 +3318,41 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a {
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;
}

38
theme_nin/sass/_postboard.sass

@ -310,6 +310,24 @@ @@ -310,6 +310,24 @@
border-left: solid 3px $main-color-color
margin-left: 1px
/* MODAL */
.modal-content
.postboard
width: auto!important
padding: 0
clear: none!important
position: relative
.post-text
margin: 0 0 0 40px
.post-photo
width: 30px
height: 30px
img
width: 100%
height: 100%
.post-rt-reference
background-color: #FAFAFA
border: 1px solid #ccc
@ -320,6 +338,7 @@ @@ -320,6 +338,7 @@
.post-photo
width: 24px
height: 24px
margin-right: 4px
img
width: 24px
height: auto
@ -331,22 +350,3 @@ @@ -331,22 +350,3 @@
.post-info-time
font-size: 9px
color: #B3B5B7
/* MODAL */
.modal-content
.postboard
width: auto!important
padding: 0
clear: none!important
position: relative
.post-text
margin: 0 0 0 40px
.post-photo
width: 30px
height: 30px
img
width: 100%
height: 100%

2
theme_nin/sass/style.sass

@ -778,7 +778,7 @@ ol.toptrends-list @@ -778,7 +778,7 @@ ol.toptrends-list
.prompt-wrapper.reTwist
&.prompt-wrapper
margin-top: -110px
margin-top: -150px
.modal-content
padding: 20px 15px
.modal-buttons

Loading…
Cancel
Save