src/egonomy/static/egonomy/css/egonomy.css
author cavaliet
Mon, 04 Mar 2013 17:40:57 +0100
changeset 85 4d320fbfc550
parent 78 67d3fb0e54a6
child 86 5e1eb389036a
permissions -rw-r--r--
Prepare front for Senseetive api.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
     1
/* http://meyerweb.com/eric/tools/css/reset/ 
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
     2
   v2.0 | 20110126
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
     3
   License: none (public domain)
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
     4
*/
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
     5
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
     6
html, body, div, span, applet, object, iframe,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
     7
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
     8
a, abbr, acronym, address, big, cite, code,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
     9
del, dfn, em, img, ins, kbd, q, s, samp,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    10
small, strike, strong, sub, sup, tt, var,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    11
b, u, i, center,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    12
dl, dt, dd, ol, ul, li,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    13
fieldset, form, label, legend,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    14
table, caption, tbody, tfoot, thead, tr, th, td,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    15
article, aside, canvas, details, embed, 
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    16
figure, figcaption, footer, header, hgroup, 
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    17
menu, nav, output, ruby, section, summary,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    18
time, mark, audio, video {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    19
    margin: 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    20
    padding: 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    21
    border: 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    22
    font-size: 100%;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    23
    font: inherit;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    24
    vertical-align: baseline;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    25
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    26
/* HTML5 display-role reset for older browsers */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    27
article, aside, details, figcaption, figure, 
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    28
footer, header, hgroup, menu, nav, section {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    29
    display: block;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    30
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    31
body {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    32
    line-height: 1;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    33
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    34
ol, ul {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    35
    list-style: none;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    36
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    37
blockquote, q {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    38
    quotes: none;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    39
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    40
blockquote:before, blockquote:after,
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    41
q:before, q:after {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    42
    content: '';
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    43
    content: none;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    44
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    45
table {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    46
    border-collapse: collapse;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    47
    border-spacing: 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    48
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    49
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    50
.clear{
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    51
    clear: both;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    52
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    53
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    54
input::-moz-focus-inner {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    55
    border: 0 none;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    56
    padding: 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    57
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    58
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    59
/* END RESET.CSS */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    60
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    61
html {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    62
    font-family: Arial, Helvetica, sans-serif;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    63
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    64
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    65
body {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    66
    background: #FFFFFF;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    67
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    68
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    69
a {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    70
    text-decoration: none; color: inherit;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    71
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    72
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    73
a:hover {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    74
    text-decoration: underline;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    75
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    76
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    77
.fullwidth {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    78
    width: 100%; float: left; clear: both;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    79
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    80
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    81
header, .main {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    82
    width: 968px; margin: 0 auto;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    83
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    84
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    85
.header-wrap {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    86
    background: #666666; /* Old browsers */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    87
    background: -moz-linear-gradient(top,  #666666 20%, #333333 80%); /* FF3.6+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    88
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#666666), color-stop(80%,#333333)); /* Chrome,Safari4+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    89
    background: -webkit-linear-gradient(top,  #666666 20%,#333333 80%); /* Chrome10+,Safari5.1+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    90
    background: -o-linear-gradient(top,  #666666 20%,#333333 80%); /* Opera 11.10+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    91
    background: -ms-linear-gradient(top,  #666666 20%,#333333 80%); /* IE10+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    92
    background: linear-gradient(to bottom,  #666666 20%,#333333 80%); /* W3C */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    93
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    94
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    95
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    96
header {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    97
    height: 40px; 
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    98
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
    99
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   100
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   101
h1 {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   102
    font-weight: bold;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   103
    font-size: 24px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   104
    text-shadow: 1px 1px 1px #000; color: #f0f0f0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   105
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   106
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   107
nav {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   108
    text-align: right; color: #ffffff; font-size: 13px; margin: 5px 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   109
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   110
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   111
h2 {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   112
    font-size: 18px; font-weight: bold; color: #003366;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   113
    margin: 10px 0 5px; padding-bottom: 5px; border-bottom: 1px solid #666;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   114
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   115
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   116
h3 {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   117
    font-size: 13px; font-weight: bold; color: #555555; margin: 4px 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   118
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   119
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   120
h4 {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   121
    font-size: 12px; font-style: italic; margin: 4px 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   122
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   123
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   124
p {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   125
    font-size: 11px; margin: 4px 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   126
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   127
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   128
strong {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   129
    font-weight: bold;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   130
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   131
25
48614929b87a Real sort on home. Real pict's fragment on other pages. Real links on intelligent pagination.
cavaliet
parents: 24
diff changeset
   132
.right{
48614929b87a Real sort on home. Real pict's fragment on other pages. Real links on intelligent pagination.
cavaliet
parents: 24
diff changeset
   133
	float: right;
48614929b87a Real sort on home. Real pict's fragment on other pages. Real links on intelligent pagination.
cavaliet
parents: 24
diff changeset
   134
}
48614929b87a Real sort on home. Real pict's fragment on other pages. Real links on intelligent pagination.
cavaliet
parents: 24
diff changeset
   135
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   136
.main-wrap {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   137
    background: #ffffff; /* Old browsers */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   138
    background: -moz-linear-gradient(top,  #f0f0f0 20%, #ffffff 80%); /* FF3.6+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   139
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#f0f0f0), color-stop(80%,#ffffff)); /* Chrome,Safari4+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   140
    background: -webkit-linear-gradient(top,  #f0f0f0 20%,#ffffff 80%); /* Chrome10+,Safari5.1+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   141
    background: -o-linear-gradient(top,  #f0f0f0 20%,#ffffff 80%); /* Opera 11.10+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   142
    background: -ms-linear-gradient(top,  #f0f0f0 20%,#ffffff 80%); /* IE10+ */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   143
    background: linear-gradient(to bottom,  #f0f0f0 20%,#ffffff 80%); /* W3C */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   144
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   145
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   146
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   147
footer {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   148
    margin: 40px 0 20px; padding: 10px 0 0; border-top: 1px solid #666;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   149
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   150
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   151
.footer-list li {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   152
    float: right; margin-left: 10px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   153
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   154
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   155
.search-field {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   156
    box-sizing: border-box;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   157
    -moz-box-sizing: border-box;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   158
    -webkit-box-sizing: border-box;
44
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   159
    border: none; background: #d0e0FF;
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   160
    padding: 2px; margin: 2px 0; height: 20px;
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   161
    font-size: 13px; width: 210px; float: left;
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   162
    line-height: 20px; height: 20px;
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   163
}
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   164
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   165
.search-type {
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   166
    box-sizing: border-box;
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   167
    -moz-box-sizing: border-box;
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   168
    -webkit-box-sizing: border-box;
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   169
    border: none; background: #E0E0E0;
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   170
    float: left; width: 100px;
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   171
    padding: 2px; margin: 2px 0 0 1px;
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   172
    font-size: 13px;
44
f2d7c97b7ec9 Added Image/Fragment select
veltr
parents: 35
diff changeset
   173
    line-height: 20px; height: 20px;
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   174
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   175
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   176
.placeholder {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   177
    background: #d0e0FF;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   178
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   179
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   180
.column {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   181
    float: left; margin: 6px 0 6px 16px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   182
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   183
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   184
.subcol {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   185
    float: left; margin: 2px 0 4px 12px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   186
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   187
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   188
.column-third {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   189
    float: left; width: 312px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   190
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   191
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   192
.column-third:nth-child(3n+1) {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   193
    margin-left: 0; clear: left;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   194
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   195
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   196
.subcol-third-third {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   197
    width: 96px; 
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   198
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   199
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   200
.subcol-third-third:nth-child(3n+1) {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   201
    margin-left: 0; clear: left;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   202
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   203
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   204
.column-half {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   205
    width: 476px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   206
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   207
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   208
.column-half:nth-child(2n+1) {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   209
    margin-left: 0; clear: left;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   210
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   211
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   212
.subcol-half-fourth {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   213
    width: 110px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   214
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   215
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   216
.subcol-half-fourth:nth-child(4n+1) {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   217
    margin-left: 0; clear: left;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   218
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   219
25
48614929b87a Real sort on home. Real pict's fragment on other pages. Real links on intelligent pagination.
cavaliet
parents: 24
diff changeset
   220
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   221
.column-full {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   222
    margin-left: 0; width: 968px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   223
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   224
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   225
.subcol-eighth {
35
365c73a0e8c1 Css small change
veltr
parents: 30
diff changeset
   226
    width: 110px; margin-left: 12px;
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   227
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   228
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   229
.subcol-eighth:nth-child(even) {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   230
    margin-left: 13px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   231
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   232
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   233
.subcol-eighth:nth-child(8n+1) {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   234
    margin-left: 0; clear: left;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   235
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   236
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   237
.center-image {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   238
    text-align: center;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   239
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   240
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   241
.image-and-fragment {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   242
    position: relative; margin: 0 auto; display: inline-block;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   243
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   244
76
e235e1480819 Clean all_fragments template.
cavaliet
parents: 74
diff changeset
   245
.little_square_fragment {
e235e1480819 Clean all_fragments template.
cavaliet
parents: 74
diff changeset
   246
    height: 110px; width: 110px;
e235e1480819 Clean all_fragments template.
cavaliet
parents: 74
diff changeset
   247
}
e235e1480819 Clean all_fragments template.
cavaliet
parents: 74
diff changeset
   248
78
67d3fb0e54a6 enhance view fragment with new svg display
cavaliet
parents: 76
diff changeset
   249
.large_square_fragment {
67d3fb0e54a6 enhance view fragment with new svg display
cavaliet
parents: 76
diff changeset
   250
    height: 476px; width: 476px;
67d3fb0e54a6 enhance view fragment with new svg display
cavaliet
parents: 76
diff changeset
   251
}
67d3fb0e54a6 enhance view fragment with new svg display
cavaliet
parents: 76
diff changeset
   252
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   253
.center-image img {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   254
    display: inline-block;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   255
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   256
/*
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   257
.image-and-fragment img:after {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   258
    content: "."; display: block; clear: both; width: 0; line-height: 0; visibility: hidden;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   259
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   260
*/
15
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   261
.image-and-fragment svg, .cutout-canvas {
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   262
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   263
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   264
74
5a3d8a3eb34d Display fragment only in all_fragment template.
cavaliet
parents: 69
diff changeset
   265
.sub_svg_image {
5a3d8a3eb34d Display fragment only in all_fragment template.
cavaliet
parents: 69
diff changeset
   266
    opacity: .3;
5a3d8a3eb34d Display fragment only in all_fragment template.
cavaliet
parents: 69
diff changeset
   267
}
5a3d8a3eb34d Display fragment only in all_fragment template.
cavaliet
parents: 69
diff changeset
   268
.sub_svg_image:hover {
5a3d8a3eb34d Display fragment only in all_fragment template.
cavaliet
parents: 69
diff changeset
   269
    opacity: 1;
5a3d8a3eb34d Display fragment only in all_fragment template.
cavaliet
parents: 69
diff changeset
   270
}
5a3d8a3eb34d Display fragment only in all_fragment template.
cavaliet
parents: 69
diff changeset
   271
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   272
/* STYLES SPECIFIQUES A home.html */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   273
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   274
.homeviz {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   275
    float: left; width: 968px; height: 400px; margin: 2px 0 4px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   276
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   277
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   278
/* STYLES SPECIFIQUES A image.html */
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   279
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   280
.image-metadata {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   281
    width: 100%; margin: 30px 0 0; font-size: 14px;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   282
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   283
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   284
.image-metadata th {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   285
    font-weight: bold; width: 152px; text-align: left; padding: 4px 10px 4px 0; vertical-align: top;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   286
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   287
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   288
.image-metadata td {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   289
    width: 314px; padding: 4px 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   290
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   291
15
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   292
.image-metadata input[type=text] {
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   293
    box-sizing: border-box;
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   294
    -moz-box-sizing: border-box;
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   295
    -webkit-box-sizing: border-box;
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   296
    width: 100%; border: 1px solid #6699FF; background: #FFFFFF;
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   297
    padding: 2px; margin: 3px 0;
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   298
    font-size: 13px;
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   299
}
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   300
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   301
.image-metadata textarea {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   302
    box-sizing: border-box;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   303
    -moz-box-sizing: border-box;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   304
    -webkit-box-sizing: border-box;
15
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   305
    width: 100%; border: 1px solid #6699FF; background: #FFFFFF;
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   306
    padding: 2px; margin: 3px 0; height: 100px;
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   307
    font-size: 13px;
15
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   308
    resize: none;
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   309
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   310
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   311
.image-keywords {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   312
    width: 100%; margin: 10px 0 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   313
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   314
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   315
.image-keywords th {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   316
    font-size: 14px; font-weight: bold; text-align: left; padding: 4px 0 4px 0; width: 33%;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   317
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   318
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   319
.image-keywords tbody tr:nth-child(odd) {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   320
    background: #e0e0e0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   321
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   322
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   323
.image-keywords td {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   324
    font-size: 13px; text-align: left; padding: 4px 4px 4px 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   325
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   326
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   327
.add-button {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   328
    background: #D0E0FF; margin: 5px 0; padding: 6px; border-radius: 4px; color: #003366;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   329
    font-weight: bold; font-size: 13px; float: left;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   330
}
85
4d320fbfc550 Prepare front for Senseetive api.
cavaliet
parents: 78
diff changeset
   331
.add-button-grey {
4d320fbfc550 Prepare front for Senseetive api.
cavaliet
parents: 78
diff changeset
   332
    background: #AAAAAA; margin: 5px 0; padding: 6px; border-radius: 4px; color: #555555;
4d320fbfc550 Prepare front for Senseetive api.
cavaliet
parents: 78
diff changeset
   333
    font-weight: bold; font-size: 13px; float: left;
4d320fbfc550 Prepare front for Senseetive api.
cavaliet
parents: 78
diff changeset
   334
}
9
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   335
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   336
.big-button {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   337
    background: #D0E0FF; margin: 10px 0 10px 16px; padding: 8px; border-radius: 4px; color: #003366;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   338
    font-weight: bold; font-size: 15px; width: 214px; text-align: center; float: left;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   339
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   340
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   341
.big-button:first-child {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   342
    margin-left: 0;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   343
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   344
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   345
.highlight {
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   346
    background: #ffff80;
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   347
}
aee87529a698 first views with empty templates
cavaliet
parents:
diff changeset
   348
15
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   349
/* STYLES SPECIFIQUES A fragment-edit */
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   350
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   351
.head-button {
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   352
    font-weight: bold; float: right; margin: 8px 0 0 2px; font-size: 20px;
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   353
}
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   354
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   355
a.clear-fragment {
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   356
    color: #800000;
64284803db94 view and create fragment views added
cavaliet
parents: 9
diff changeset
   357
}
30
a96a795aa08f optimize orm database queries and little debug
cavaliet
parents: 25
diff changeset
   358
a96a795aa08f optimize orm database queries and little debug
cavaliet
parents: 25
diff changeset
   359
/* loginform_div style */
a96a795aa08f optimize orm database queries and little debug
cavaliet
parents: 25
diff changeset
   360
#loginform_div, #loginform_div ul, #loginform_div li{
a96a795aa08f optimize orm database queries and little debug
cavaliet
parents: 25
diff changeset
   361
    margin: 10px 0 5px;
a96a795aa08f optimize orm database queries and little debug
cavaliet
parents: 25
diff changeset
   362
}
49
df024e5f011d Limit parameter to all pictures and all fragments. JS to add rmn keywords to fragment's keywords. Language updated.
cavaliet
parents: 44
diff changeset
   363
df024e5f011d Limit parameter to all pictures and all fragments. JS to add rmn keywords to fragment's keywords. Language updated.
cavaliet
parents: 44
diff changeset
   364
/* add tags buttons style */
69
412ab5e76c65 Clickable tags to easily add tags from rmn and pertimm.
cavaliet
parents: 49
diff changeset
   365
.clickable:hover{
49
df024e5f011d Limit parameter to all pictures and all fragments. JS to add rmn keywords to fragment's keywords. Language updated.
cavaliet
parents: 44
diff changeset
   366
    text-decoration: underline;
df024e5f011d Limit parameter to all pictures and all fragments. JS to add rmn keywords to fragment's keywords. Language updated.
cavaliet
parents: 44
diff changeset
   367
    cursor: hand; cursor: pointer;
df024e5f011d Limit parameter to all pictures and all fragments. JS to add rmn keywords to fragment's keywords. Language updated.
cavaliet
parents: 44
diff changeset
   368
}