myleneb
9 years ago
16 changed files with 1046 additions and 1133 deletions
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,73 @@ |
|||||||
|
/*********** POPUP PROMPT *************/ |
||||||
|
|
||||||
|
.prompt-wrapper |
||||||
|
background: $bloc-light-color |
||||||
|
|
||||||
|
z-index: 5 |
||||||
|
position: fixed |
||||||
|
top: 50% |
||||||
|
left: 50% |
||||||
|
width: 600px |
||||||
|
margin-left: -300px |
||||||
|
+box-shadow(0 8px 33px rgba(#000, .3)) |
||||||
|
.modal-buttons, .following-config-method-buttons |
||||||
|
padding: 0 20px 20px 0 |
||||||
|
float: right |
||||||
|
.modal-content |
||||||
|
padding: 20px |
||||||
|
.post-data |
||||||
|
border: 1px solid $bloc-background-color |
||||||
|
position: relative |
||||||
|
padding: 10px |
||||||
|
background: white |
||||||
|
.modal-header |
||||||
|
@extend .modal-header |
||||||
|
h3 span |
||||||
|
padding-left: 5px |
||||||
|
color: white |
||||||
|
&:hover |
||||||
|
cursor: default |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/************ FOLLOWING-CONFIG MODAL **********/ |
||||||
|
|
||||||
|
.prompt-wrapper.following-config-modal |
||||||
|
margin-top: -100px |
||||||
|
.modal-buttons |
||||||
|
display: none |
||||||
|
h2 |
||||||
|
text-transform: none |
||||||
|
display: inline-block!important |
||||||
|
font-size: 1rem |
||||||
|
font-weight: 400 |
||||||
|
padding: $space |
||||||
|
span |
||||||
|
display: inline-block!important |
||||||
|
b |
||||||
|
font-weight: 400 |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/************ RETWIST POSTS MODAL **********/ |
||||||
|
|
||||||
|
.prompt-wrapper.reTwist |
||||||
|
&.prompt-wrapper |
||||||
|
margin-top: -110px |
||||||
|
|
||||||
|
.post-expand, .post-interactions |
||||||
|
display: none |
||||||
|
.post-info-time |
||||||
|
position: static |
||||||
|
float: right |
||||||
|
|
||||||
|
|
||||||
|
/********* REPLY POSTS MODAL***************/ |
||||||
|
|
||||||
|
.prompt-wrapper.reply |
||||||
|
&.prompt-wrapper |
||||||
|
margin-top: -110px |
||||||
|
.modal-buttons, .post-expand, .post-interactions |
||||||
|
display: none |
||||||
|
.post-area |
||||||
|
padding-bottom: 6px |
@ -1,15 +1,23 @@ |
|||||||
|
|
||||||
@media (max-width:1200px) |
@media (max-width: $site-width) |
||||||
|
|
||||||
.right |
.right |
||||||
display: none |
display: none |
||||||
.userMenu |
.userMenu |
||||||
ul |
ul |
||||||
padding: 0 |
padding: 0 |
||||||
.postboard |
.postboard, #postboard-top.onTop |
||||||
width: 85% |
position: absolute |
||||||
|
left: 135px |
||||||
|
right: 20px |
||||||
|
width: auto |
||||||
|
|
||||||
.modal-wrapper |
.modal-wrapper |
||||||
width: 85% |
width: 85% |
||||||
|
.postboard |
||||||
|
width: $postboardWidth |
||||||
|
float: left |
||||||
|
position: relative |
||||||
|
left: 0 |
||||||
|
|
||||||
@media (max-width: 600px) |
@media (max-width: 600px) |
||||||
|
|
||||||
|
@ -0,0 +1,48 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* Wrapper and blocks */ |
||||||
|
.wrapper |
||||||
|
width: $site-width |
||||||
|
max-width: 100% |
||||||
|
margin: auto |
||||||
|
padding-top: $menu-height + $gut/2 |
||||||
|
position: relative |
||||||
|
z-index: 1 |
||||||
|
@extend .clear-fix |
||||||
|
.dashboard |
||||||
|
&.left |
||||||
|
top: $menu-height |
||||||
|
float: left |
||||||
|
width: $leftWidth |
||||||
|
min-height: 700px |
||||||
|
> .module |
||||||
|
width: $miniProfileWidth |
||||||
|
position: fixed |
||||||
|
top: $menu-height + $gut/2 |
||||||
|
|
||||||
|
&.right |
||||||
|
float: left |
||||||
|
top: $menu-height |
||||||
|
overflow: hidden |
||||||
|
width: $rightWidth |
||||||
|
padding-left: 20px |
||||||
|
padding-right: 3px |
||||||
|
> .module |
||||||
|
width: 100% |
||||||
|
margin-bottom: 20px |
||||||
|
background: $bloc-light-color |
||||||
|
width: 100% |
||||||
|
|
||||||
|
+box-shadow(1px 2px 2px rgba(#111, 0.1)) |
||||||
|
@extend .clear-fix |
||||||
|
h3 |
||||||
|
float: left |
||||||
|
padding: 10px |
||||||
|
h4 |
||||||
|
clear: left |
||||||
|
border-top: 1px solid $main-background-color |
||||||
|
padding: 7px 10px |
||||||
|
font-size: 90% |
||||||
|
small |
||||||
|
display: none |
Loading…
Reference in new issue