Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3fc38171

Von Andreas Rudin vor etwa 6 Jahren hinzugefügt

  • ID 3fc381717c5e7f0f657f604880fac7b7be4e492b
  • Vorgänger 9439c4f2
  • Nachfolger a58ef474

HP Aenderungen bis Oktober 2018

Unterschiede anzeigen:

css/less/developing.less
20 20
body.developing{
21 21

  
22 22
  &>header{
23
     background-color: @h1-bg-color; 
23
     background-color: @h1-bg;
24 24
     display: block;
25 25
     overflow: hidden;
26 26
    h1{
27 27
      float: left;
28
      color: @h1-text-color ;
28
      color: @h1-color ;
29 29
      padding: 1.0em;
30 30
    }
31 31
    nav{
......
37 37
      }
38 38
    }
39 39
  }
40

  
41
  p{
42
    width: 40.0em ;
40
  .wrapper{
41
    p,
42
    ul,
43
    ol,
44
    li,
45
    h2,
46
    h3,
47
    h4{
48
      clear: both;
49
      width: 60.0em;
50
      max-width: 60em;
51
    }
52
  }
53
  & > p,
54
  & > h2,
55
  & > h3,
56
  & > h4 {
57
    margin-left: 0.8em ;
58
  }
59
  h2, h3, h4 { font-weight: bold ; color: #000 !important; clear: left; padding-left: 0 !important; }
60
  h2{ font-size: 130%;  }
61
  h3{ font-size: 120%;  }
62
  h4{ font-size: 110%;  }
63
  pre {
64
    margin: 0 0 1.0em 0 ;
65
    padding: 0.6em ;
66
    border: 1px #000 solid ;
67
    background-color: #ddd ;
68
    display: inline-block;
69
    clear: both;
70
    code{ padding: 0 ; }
71
  }
72
  div.code-highlighted{
73
    margin: 0 0 1.0em 0 ;
74
    padding: 0.6em ;
75
    border: 1px #000 solid ;
76
    background-color: #ddd ;
77
    display: inline-block;
43 78
  }
44 79

  
45

  
46

  
80
  p.picture{
81
    background-color: #fff;
82
    padding: 0.8em;
83
    border: 1px @gray-medium solid;
84
    display: inline-block;
85
    width: auto;
86
  }
47 87
  .wrapper{
48
  
88

  
49 89
    .tbl-horizontal{
50 90
      border: 1px black solid !important;
51
      border-collapse: collapse; 
52
      
53
      caption,th { padding-left: 0.6em ; } 
91
      border-collapse: collapse;
92
      tbody {
93
        border-top: none;
94
      }
95
      caption,th { padding-left: 0.6em ; }
96

  
97
      th.caption {
98
        border-top: none;
99
        border-bottom: none;
100

  
101
      }
102

  
103

  
54 104
      &.test,
55
      &.test-plain{ 
105
      &.test-plain{
56 106
        th{
57 107
          //border: 1px black solid !important;
58 108
          padding-left: 0.3em;
......
61 111
          //border: 1px black solid ;
62 112
          display: block;
63 113
          overflow: visible;
64
          border-bottom: 1px #666 solid ;
114
          border-bottom: 1px @gray-mediumdark solid ;
65 115
        }
66 116
        tr:last-child td { border: none ;}
67
        
117

  
68 118
      }
69
    } 
70
    
119
    }
120

  
71 121
    &.clear{
72 122
      .tbl-horizontal{
73 123
        clear: both ;
74 124
      }
75 125
    }
76
    
126

  
127
    table.tbl-list > thead > tr th:first-child, table.tbl-list > tbody > tr td:first-child {
128
        padding-left: 0 !important;
129
    }
130

  
77 131
    div.test-box{
78 132
      font-size: 80% ;
79 133
      overflow: visible;
......
82 136
      float: left;
83 137
      border: 1px #000 dotted ;
84 138
    }
85
  
86
  
87
  } // /.wrapper
88 139

  
140
  } // /.wrapper
89 141

  
90
} // /body.developing
142
} // /body.developing

Auch abrufbar als: Unified diff