Dotclear

source: admin/style/scss/partials/_entry.scss @ 3514:b6102590cadc

Revision 3514:b6102590cadc, 846 bytes checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

A little bit more readable titles for sidebar blocks (entry edition)

RevLine 
[3513]1#entry-form {
2     display: flex;
3     flex-wrap: wrap;
4}
5
[3355]6#entry-wrapper {
[3513]7     flex-grow: 1;
8     width: calc(100% - 19em);
9     @media screen and (max-width: $xl-screen) {
10          width: 100%;
11     }
[3355]12}
13
14#entry-content {
[3439]15     margin-left: 0;
[3513]16     padding-right: 3em;
17     @media screen and (max-width: $xs-screen) {
18          padding-right: 1em;
19     }
[3355]20}
21
22#entry-sidebar {
[3513]23     display: flex;
24     flex-wrap: wrap;
25     flex-direction: column;
26     @media screen and (max-width: $xl-screen) {
27          flex-direction: row;
28     }
29     @media screen and (max-width: $xs-screen) {
30          padding-right: 1em;
31     }
32
[3439]33     h4 {
34          font-size: 1.08em;
35          margin-top: .3em;
[3514]36          border-bottom: 1px solid $ternary-color;
[3439]37     }
38     select {
39          width: 100%;
40     }
41     input#post_position {
42          width: 4em;
43     }
[3355]44}
45
46.sb-box {
[3513]47     width: 18em;
[3439]48     margin-bottom: 1em;
[3513]49     margin-right: 1em;
50     padding: .5em 1em;
51     background-color: $secondary-background;
[3355]52}
53
54#tb_excerpt {
[3439]55     width: 100%;
[3355]56}
Note: See TracBrowser for help on using the repository browser.

Sites map