-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path[P]_comics.css
109 lines (93 loc) · 1.49 KB
/
[P]_comics.css
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
@CHARSET "UTF-8";
#accordion {
list-style: none;
height: 200px;
overflow: hidden;
position : relative;
}
#accordion div{
height: 200px;
position:relative;
overflow: hidden;
}
#accordion div.section {
float: left;
width:5%;
}
#accordion div.choix {
display: block;
width: 100%;
float: left;
background-color:grey;
}
#accordion div.contenu{
width: 0%;
}
#accordion div.active {
width: 90%;
}
#accordion div.section.active div.choix {
width: 5%;
}
#accordion div.section.active div.contenu {
width: 95%;
}
#accordion div.liste{
height : auto;
padding : 3px;
margin : 5px;
position:relative;
color: buttonshadow;
background-color:buttontext;
}
#accordion div.liste.retour{
width: auto;
background-color: gray;
text-align: center;
color: black;
}
#accordion div.liste:hover{
cursor:pointer;
}
#accordion div.colonne1 {
float:left;
width:50%;
}
#accordion div.colonne2 {
width:50%;
}
#accordion .verticalText{
color:#333;
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg);
white-space:nowrap;
display:block;
font-size :20px;
margin-top : 150px;
vertical-align:middle;
text-align:center;
width : 50px;
}
#affichage{
height:500px;
}
#affichageDossier{
height:500px;
width:50%;
float:left;
border:1px solid black;
overflow-y: scroll;
}
#affichageInfoFichier{
height:500px;
width:50%;
margin-left:50%;
border:1px solid black;
overflow-y: scroll;
}
span.actionFichier{
float:right;
}
span.actionFichier, span.elementListe{
cursor:pointer;
}