src/hdalab/static/hdalab/css/facettes.css
author ymh <ymh.work@gmail.com>
Thu, 18 Jul 2024 02:04:02 +0200
changeset 703 a988e44c92d5
parent 642 78d5c7f822de
permissions -rw-r--r--
Add height to maplet images
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
418
3c0d5889f84f minor interface updates
rougeronj
parents: 410
diff changeset
     1
#content {
3c0d5889f84f minor interface updates
rougeronj
parents: 410
diff changeset
     2
    min-height: 650px;
3c0d5889f84f minor interface updates
rougeronj
parents: 410
diff changeset
     3
}
3c0d5889f84f minor interface updates
rougeronj
parents: 410
diff changeset
     4
148
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
     5
.langbutton {
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
     6
    width: 19px; height: 13px; margin: 2px; padding: 0; border: none; text-indent: -999px; background-position: 0 -26px; cursor: pointer;
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
     7
}
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
     8
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
     9
.langbutton:hover {
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
    10
    background-position: 0 -13px;
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
    11
}
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
    12
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
    13
.langbutton.selected {
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
    14
    background-position: 0 0; cursor: default;
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
    15
}
9b8354e224fb Replaced select/options by flag icons
veltr
parents: 145
diff changeset
    16
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
.barrebloc {
374
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    18
    float: left;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    19
    width: 473px;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    20
    border: 1px solid #b0b0b0;
386
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
    21
	background: linear-gradient(to bottom, rgba(148,151,150,1) 0px,rgba(255,255,255,1) 100px);
374
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    22
    cursor: pointer;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    23
    cursor: hand;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    24
    border-top-left-radius: 4px;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    25
    border-top-right-radius: 4px
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
.barrebloc h2 {
131
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
    29
    margin: 4px 0; font-size: 16px; text-align: center; color: #ffffff; font-weight: bold;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
.bloc, #bloc_gestvue {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
    float: left; width: 475px; margin-bottom: 10px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
190
8ab21bb2a376 add trandslation information
ymh <ymh.work@gmail.com>
parents: 175
diff changeset
    36
#bloc_translationinfo {
8ab21bb2a376 add trandslation information
ymh <ymh.work@gmail.com>
parents: 175
diff changeset
    37
	color: #666;
8ab21bb2a376 add trandslation information
ymh <ymh.work@gmail.com>
parents: 175
diff changeset
    38
	font-style: italic;
8ab21bb2a376 add trandslation information
ymh <ymh.work@gmail.com>
parents: 175
diff changeset
    39
}
8ab21bb2a376 add trandslation information
ymh <ymh.work@gmail.com>
parents: 175
diff changeset
    40
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
.corpsbloc {
374
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    42
    float: left;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    43
    width: 465px;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    44
    border: 1px solid #b0b0b0;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    45
    padding: 8px 4px;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    46
    border-top-style: none;
386
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
    47
    background: linear-gradient(to bottom, rgba(148,151,150, 0.5) 0px, rgba(255, 255, 255, 0) 100px) repeat scroll 0 0 rgba(0, 0, 0, 0); 
374
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    48
    border-bottom-left-radius: 4px;
ad92df04d9ab update structure and design of the interface
rougeronj
parents: 334
diff changeset
    49
    border-bottom-right-radius: 4px
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
#sessionname {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
    color: #600000; font-size: 22px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
131
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
    56
#hdatitle .lectseul {
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
    font-size: 17px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
131
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
    60
#hdatitle input {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
    61
    display: inline; font-size: 18px; font-weight: bold;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
135
dd6578e36a57 translate interface
ymh <ymh.work@gmail.com>
parents: 132
diff changeset
    64
145
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    65
#titleleft {
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    66
	float: left;
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    67
}
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    68
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    69
#titleright {
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    70
    float: right;
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    71
}
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    72
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    73
#langselect {
512
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    74
	text-align: right;
145
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    75
}
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    76
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    77
#apartager {
145
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    78
    float: right; font-size: 14px; clear: right;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    79
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    80
512
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    81
#rkn_info{
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    82
	margin-top:7px;
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    83
}
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    84
#rkn_info > span{
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    85
	vertical-align: middle;
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    86
	margin-right: 2px;
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    87
}
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    88
#rkn_info > p{
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    89
	display: inline;
fca12c75514c add info caption on facette page
rougeronj
parents: 509
diff changeset
    90
}
135
dd6578e36a57 translate interface
ymh <ymh.work@gmail.com>
parents: 132
diff changeset
    91
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    92
#vues {
145
5e79ea1eccb3 improve interface
ymh <ymh.work@gmail.com>
parents: 135
diff changeset
    93
    float: right; text-align: right; width: 475px; margin: 2px 0; clear: right;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    94
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    95
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    96
#vuestitre {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    97
     display: inline; padding: 2px 4px; font-size: 15px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    98
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
    99
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   100
#ongletsvues {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   101
    display: inline; list-style: none;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   102
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   103
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   104
li.lienvue {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   105
    display: inline; padding: 3px; font-size: 13px; font-weight: bold;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   106
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   107
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   108
.lienvue a, #apartager a {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   109
    color: #666666;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   110
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   111
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   112
.lienvue.actif a, #apartager.actif a {
131
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   113
    color: #cc0066;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   114
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   115
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   116
#nouvellevue a {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   117
    font-weight: bold; color: #ff3000; font-size: 16px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   118
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   120
#partageurls, #plusdevues {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   121
    float: right; text-align: right; clear: both; margin: 2px 0;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   122
    font-size: 13px; display: none; width: 100%;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   123
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   124
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   125
#partageurls ul {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   126
    list-style: none;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   127
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   128
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   129
#partageurls li {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   130
    float: right; margin-left: 5px; padding: 4px; font-weight: bold;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   131
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   133
#partageurls li.actif {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   134
    background: #000080;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   135
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   136
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   137
#partageurls li.actif a {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   138
    color: #ffffff;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   139
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   140
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   141
#zc-partageligne {
151
3e5d26b4844b logo change
veltr
parents: 148
diff changeset
   142
    float: right; clear: both; margin-top: 3px; width: 100%; font-size: 13px; text-align: right;
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   143
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   144
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   145
#zc-partageinput {
151
3e5d26b4844b logo change
veltr
parents: 148
diff changeset
   146
    width: 360px; padding: 2px; border: 1px solid #999999;
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   147
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   148
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   149
#zc-partageinput.hover {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   150
    background: #000080; color: #ffffff;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   151
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   152
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   153
#zc-partageinput.active {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   154
    background: #800000; color: #ffffff;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   155
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   156
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   157
#plusdevues {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   158
    list-style: none;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   159
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   160
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   161
.myurl {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   162
    font-weight: bold;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   163
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   164
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   165
#timeline {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   166
    float: left; width: 100%; margin: 15px 0;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   167
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   168
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   169
#dates {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   170
    list-style: none; float: left; width: 100%; height: 0;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   171
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   172
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   173
#dates li {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   174
    position: absolute; width: 1px; height: 20px; background: rgba(0,0,0,.3); z-index: 2;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   175
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   176
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   177
div.datelabel {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   178
    width: 60px; margin: 4px 0 0 -30px; font-size: 10px; text-align: center; opacity: .8;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   179
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   180
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   181
#dateheat {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   182
    float: left; width: 100%; height: 20px; z-index: 1;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   183
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   184
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   185
.handle {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   186
    position: absolute; width: 0; z-index: 2; cursor: pointer; cursor: hand;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   187
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   188
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   189
.handleinner {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   190
    float: left; border: 5px solid #999; background: #fff;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   191
    height: 30px; width: 10px; margin-top: -10px; border-radius: 4px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   192
    opacity: .8;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   193
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   194
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   195
.handleinner:hover {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   196
    background: #ccc;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   197
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   198
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   199
.ui-draggable-dragging .handleinner {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   200
    background: #660000; color: #ffffff;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   201
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   202
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   203
#leftcol {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   204
    float: left; width: 475px; margin-right: 5px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   205
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   206
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   207
#bandefiltre {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   208
    float: left; width: 100%; margin-top: 10px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   209
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   210
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   211
#filtertitle {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   212
    float: left; margin: 1px 0; font-size: 13px; font-weight: bold;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   213
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   214
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   215
#filters {
334
8b34dc2c2f41 debug and renkan link place
cavaliet
parents: 314
diff changeset
   216
    list-style: none; float: left; margin: 0 10px; font-size: 12px;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   217
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   218
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   219
#filters li {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   220
    float: left; padding: 2px 3px; margin-right: 5px; font-weight: bold;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   221
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   222
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   223
#filters a {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   224
    color: #666666;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   225
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   226
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   227
#filters li.nofilter {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   228
    font-style: italic; color: #ff3030;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   229
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   230
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   231
#filters li.filtag {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   232
    color: #ffffff; background: #000066;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   233
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   234
127
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   235
#filters li.filcountry {
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   236
    color: #ffffff; background: #cc0066;
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   237
}
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   238
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   239
#filters li.filperiod {
642
78d5c7f822de update max gradient color of the facette research
rougeronj
parents: 521
diff changeset
   240
    color: #ffffff; background: rgb(66,94,121);
127
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   241
}
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   242
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   243
span.spyr {
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   244
     cursor: pointer; cursor: hand;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   245
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   246
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   247
.spyr input {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   248
    display: inline; margin: 0; padding: 0; font-size: 11px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   249
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   250
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   251
#contentcount {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   252
    float: left; width: 100%; text-align: right; font-size: 13px; margin: 2px 0;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   253
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   254
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   255
#filters a.remfil {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   256
    color: #cccccc; margin-left: 2px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   257
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   258
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   259
#map {
127
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   260
    height: 250px;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   261
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   262
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   263
#tagcloud {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   264
    text-align: center;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   265
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   266
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   267
#tclist {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   268
    list-style: none;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   269
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   270
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   271
#tclist li {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   272
    display: inline-block; margin: 2px 5px;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   273
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   274
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   275
#tclist a {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   276
    color: #000000;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   277
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   278
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   279
#tclist a.tagmatch {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   280
    color: #0000cc;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   281
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   282
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   283
#tclist a:hover {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   284
    color: #800000;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   285
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   286
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   287
#rightcol {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   288
    float: left; width: 475px; margin-left: 5px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   289
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   290
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   291
#disciplines {
131
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   292
    
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   293
}
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   294
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   295
.disc-ul {
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   296
    float: left; clear: both; list-style: none;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   297
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   298
131
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   299
.disc-li {
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   300
    float: left; width: 230px; margin: 2px 0;
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   301
}
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   302
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   303
.disc-label {
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   304
    float: left; font-size: 13px; width: 100px; text-align: right; margin-right: 5px; line-height: 13px;
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   305
}
386
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   306
.disc-label a{
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   307
	color: #467a87;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   308
}
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   309
.disc-label a:hover{
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   310
	color: #000000;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   311
}
131
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   312
9d5d9e6b7fbf Created Home view for Hdalab
veltr
parents: 127
diff changeset
   313
.disc-bar {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   314
    float: left; height: 14px; margin: 2px 0; cursor: pointer; cursor: hand;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   315
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   316
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   317
.disc-bar:hover {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   318
    background: #80a0ff;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   319
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   320
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   321
#contentlist {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   322
    list-style: none;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   323
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   324
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   325
li.content-item {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   326
    margin: 2px 0 12px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   327
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   328
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   329
.content-item h3 {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   330
    font-size: 18px; margin: 3px 0;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   331
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   332
253
1113c3874dd6 Added Datasheet View
veltr
parents: 250
diff changeset
   333
.content-item h3 a, .content-item p a {
1113c3874dd6 Added Datasheet View
veltr
parents: 250
diff changeset
   334
    color: #000000;
1113c3874dd6 Added Datasheet View
veltr
parents: 250
diff changeset
   335
}
1113c3874dd6 Added Datasheet View
veltr
parents: 250
diff changeset
   336
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   337
.content-item h4 {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   338
    font-size: 11px; margin: 3px 0;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   339
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   340
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   341
.content-item h4 a {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   342
    color: #000066;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   343
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   344
127
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   345
.maplet {
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   346
    float: right;
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   347
}
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   348
703
a988e44c92d5 Add height to maplet images
ymh <ymh.work@gmail.com>
parents: 642
diff changeset
   349
.maplet > img {
a988e44c92d5 Add height to maplet images
ymh <ymh.work@gmail.com>
parents: 642
diff changeset
   350
    height: 160px;
a988e44c92d5 Add height to maplet images
ymh <ymh.work@gmail.com>
parents: 642
diff changeset
   351
}
a988e44c92d5 Add height to maplet images
ymh <ymh.work@gmail.com>
parents: 642
diff changeset
   352
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   353
.content-item p {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   354
    font-size: 12px; margin: 3px 0;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   355
}
386
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   356
.mind-map-icon,
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   357
.mind-map-icon-white{
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   358
	width: 16px; height: 16px; display: inline-block; text-indent:-9999px;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   359
}
314
515a46247b13 renkan from notice
cavaliet
parents: 272
diff changeset
   360
.mind-map-icon{
386
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   361
	 background: url(../img/mind_map_icon.png) no-repeat;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   362
}
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   363
.mind-map-icon-white{
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   364
	 background: url(../img/mind_map_icon_white.png) no-repeat;
314
515a46247b13 renkan from notice
cavaliet
parents: 272
diff changeset
   365
}
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   366
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   367
.content-annotation ul {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   368
    list-style : disc; margin: 2px 0; padding-left: 1.5em; font-size: 12px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   369
    cursor: pointer; cursor: hand;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   370
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   371
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   372
.content-annotation li {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   373
    margin: 2px 0;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   374
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   375
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   376
.content-annotation textarea {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   377
    width: 99%; margin: 0; padding: 0; font-size: 12px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   378
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   379
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   380
ul.content-tags {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   381
    list-style: none;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   382
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   383
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   384
li.content-tag-item {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   385
    display: inline-block; margin: 2px; padding: 2px; font-size: 13px; background: #666666;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   386
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   387
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   388
.content-tag-item a {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   389
    color: #ffffff;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   390
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   391
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   392
.content-tag-item a:hover {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   393
    color: #ff8080;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   394
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   395
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   396
.content-tag-item a.tagmatch {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   397
    color: #ffff00; font-weight: bold;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   398
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   399
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   400
#tagcount {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   401
    float: right; text-align: right; font-size: 14px; font-weight: bold;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   402
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   403
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   404
#taginfo p, h2, h3  {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   405
    margin: 5px 0;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   406
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   407
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   408
#taginfo h3 {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   409
    font-size: 14px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   410
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   411
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   412
#taginfo p {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   413
    font-size: 11px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   414
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   415
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   416
#img_wikipedia {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   417
    float: left; max-width: 160px; max-height: 120px; margin: 2px 2px 2px 0;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   418
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   419
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   420
#gestvue {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   421
    display: none;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   422
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   423
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   424
#div_titrevue {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   425
    margin: 5px 0;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   426
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   427
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   428
#div_titrevue label {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   429
    font-size: 14px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   430
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   431
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   432
#titrevue {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   433
    font-size: 15px; margin: 0 0 0 5px; width: 220px; padding: 2px; border-style: none; border-bottom: 1px solid #000;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   434
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   435
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   436
#gestvue h4 {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   437
    margin: 2px 0; font-size: 14px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   438
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   439
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   440
#widgetlist {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   441
    list-style: none; width: 100%;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   442
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   443
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   444
#widgetlist li {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   445
    float: left; width: 48%;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   446
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   447
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   448
#widgetlist label {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   449
    font-size: 13px;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   450
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   451
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   452
#notes ul {
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   453
    font-size: 13px; margin: 0; padding-left: 1.5em;
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   454
}
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   455
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   456
#notes textarea {
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   457
    width: 99%; font-size: 13px;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   458
}
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   459
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   460
#waitcontainer {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   461
    float: left; clear: both; width: 100%; height: 0; position: relative;
119
e3ebe3545f72 first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff changeset
   462
}
127
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   463
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   464
#waiting {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   465
    position: absolute; width: 100%; height: 600px; background: #ffffff; opacity: .8; z-index: 100;
127
8642f1fb6499 Integration scripts django et html
veltr
parents: 119
diff changeset
   466
}
132
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   467
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   468
.waittick {
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   469
    position: absolute; width: 10px; height: 10px; background: #000000; border-radius: 5px; display: none;
e6483309fa52 style changes and minor corrections
veltr
parents: 131
diff changeset
   470
}
190
8ab21bb2a376 add trandslation information
ymh <ymh.work@gmail.com>
parents: 175
diff changeset
   471
250
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   472
/* COMPLETION */
190
8ab21bb2a376 add trandslation information
ymh <ymh.work@gmail.com>
parents: 175
diff changeset
   473
250
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   474
#tagsearch {
386
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   475
	background:url("../img/search-icon.png") no-repeat scroll right 5px center #fff;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   476
    width: 96%;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   477
    margin-left:2%;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   478
    font-size: 16px;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   479
    font-weight: bold;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   480
    border-style: none;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   481
    border-bottom: 1px solid #000;
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   482
    color:rgb(200,200,200);
2ace68d1429b correction of facette research interface
rougeronj
parents: 374
diff changeset
   483
    border-radius:2px;
250
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   484
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   485
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   486
#tagsearch.waiting {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   487
    background: url(../img/small-loader.gif) no-repeat right;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   488
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   489
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   490
ul.ui-autocomplete {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   491
    font-family: "Open Sans"; max-width: 230px;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   492
    max-height: 400px; overflow-y: auto; overflow-x: hidden;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   493
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   494
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   495
.wpinfo {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   496
    margin-left: 240px;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   497
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   498
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   499
.ui-menu-item:hover .acwp {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   500
    display: block;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   501
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   502
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   503
.acnb {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   504
    float: right; font-size: 12px; margin: 2px 0 0 2px;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   505
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   506
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   507
.actitle {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   508
    font-size: 13px;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   509
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   510
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   511
.wptitle {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   512
    font-size: 13px; font-weight: bold;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   513
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   514
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   515
.wpimg {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   516
    max-width: 80px; max-height: 60px; float: left; margin: 5px 2px 2px 0; border: none;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   517
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   518
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   519
.wpabstract {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   520
    font-size: 11px;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   521
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   522
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   523
.wpsource {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   524
    font-size: 10px; font-style: bold;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   525
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   526
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   527
.clear {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   528
    clear: both;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   529
}
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   530
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   531
.actitle strong, .wptitle strong {
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   532
    color: #c000c0;
7c3f54ce68af Merged Completion List back into Facettes
veltr
parents: 235
diff changeset
   533
}