forked from evoluteur/evolutility-ui-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc.less
More file actions
128 lines (120 loc) · 1.75 KB
/
Copy pathdoc.less
File metadata and controls
128 lines (120 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
// evolutility : doc.css
// https://github.com/evoluteur/evolutility
// Copyright (c) 2015, Olivier Giulieri
.evol-doc-views{
>section {
//float:left;
//width:500px;
margin:10px;
img{
width:500px;
}
}
img.shadow {
border: 1px solid #e0e0e0;
box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}
}
.pixEvoView{
margin: 20px 0;
}
.evo-content3{
>p>img{
width:500px;
}
}
.view-fullname{
color: silver;
font-size: 16px;
font-weight: 300;
margin-left:5px;
}
.evo-asection{
display:block;
margin-top:200px;
content: " ";
}
.evo-links-views {
> div{
margin: 4px 0 10px 20px;
}
a > i{
margin:5px;
}
}
#evol-views-params{
>div>div{
float:left;
margin-right:5px;
}
}
.Icon{
position: relative;
top: -3px;
margin-right: 4px;
}
code{
margin: 5px 0;
padding: 10px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;
}
.list-views{
position:absolute;
top: 10px;
left: 225px;
>div{
color: white;
padding: 0 4px;
a{
color: white;
padding: 0 4px;
}
}
i{
margin-right:4px;
}
}
.docViewType{
display: inline-block;
width: 170px;
text-align: right;
}
// index
.page-index{
>section{
margin:40px 0;
}
}
.titleindex{
font-size:100px;
margin-bottom: 36px;
color: #3399cc;/*
> img{
width:74px;
height:120px;
margin-right:20px;
}*/
}
#s-splash{
margin: -20px -30px 30px -30px;
background-color: #2072a7;
padding:40px;
text-align: center;
color:white;
>h1{
color:white;
}
}
#s-intro{
}
.page-docidx{
>section{
margin:20px 0 30px;
}
}