Resources/public/css/wikiTag.css
author cavaliet
Wed, 02 Apr 2014 14:36:28 +0200
changeset 124 c5dae4b8caa2
parent 77 021131fbe2c5
permissions -rwxr-xr-x
merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
74
901463f9b11c add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 64
diff changeset
     1
/*
901463f9b11c add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 64
diff changeset
     2
 * This file is part of the WikiTagBundle package.
901463f9b11c add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 64
diff changeset
     3
 *
901463f9b11c add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 64
diff changeset
     4
 * (c) IRI <http://www.iri.centrepompidou.fr/>
901463f9b11c add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 64
diff changeset
     5
 *
901463f9b11c add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 64
diff changeset
     6
 * For the full copyright and license information, please view the LICENSE
901463f9b11c add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 64
diff changeset
     7
 * file that was distributed with this source code.
901463f9b11c add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 64
diff changeset
     8
 */
901463f9b11c add headers for public repository release
ymh <ymh.work@gmail.com>
parents: 64
diff changeset
     9
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
@charset "UTF-8";
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
52
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    12
.wikitag_hand_cursor, .wikitag_reset_wp_info {
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
    cursor: pointer;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
#wikitag_actions span {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
    margin-left: 5px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
}
56
3bd02e58fd6b Little css change for horizontal scroll in document table.
cavaliet
parents: 54
diff changeset
    18
.wikitag_document_table {
3bd02e58fd6b Little css change for horizontal scroll in document table.
cavaliet
parents: 54
diff changeset
    19
    float: left;
3bd02e58fd6b Little css change for horizontal scroll in document table.
cavaliet
parents: 54
diff changeset
    20
    overflow: auto;
3bd02e58fd6b Little css change for horizontal scroll in document table.
cavaliet
parents: 54
diff changeset
    21
    width: 100%;
76
bb7808e180c3 Add configuration to enable curl request with proxy or any other CURLOPT
cavaliet
parents: 64
diff changeset
    22
    min-height: 300px;
56
3bd02e58fd6b Little css change for horizontal scroll in document table.
cavaliet
parents: 54
diff changeset
    23
}
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
#wikitag_table {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
    width: 100%;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
    border-spacing: 0px;
56
3bd02e58fd6b Little css change for horizontal scroll in document table.
cavaliet
parents: 54
diff changeset
    27
    min-width: 600px;
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
#wikitag_table td, th {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
    padding: 3px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
}
52
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    32
#wikitag_table tr, #wikitag_alltags_table tr {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    33
    height: 25px;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    34
}
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
.wikitag_text_centered {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
    text-align: center;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
.wikitag_large_25 {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
    width: 25px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
tr.wikitag_oddline {
11
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    42
    background: white;
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
tr.wikitag_evenline {
11
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    45
    background: #d8d8d8;
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
tr.wikitag_oddline:hover, tr.wikitag_evenline:hover {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
    background: lightblue;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
tr.wikitag_dragged_row td {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
    color: yellow;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
    background-color: black;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
}
53
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
    54
.wikitag_hidden {
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
    55
    display: none;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
    56
}
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
52
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    58
/* Styles for images in tables */
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    59
.wikitag_a_icon {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    60
    width: 16px;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    61
    height: 16px;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    62
    display: block;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    63
    margin: 0 auto;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    64
}
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    65
.wikitag_wp_link {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    66
    background-image: url('../images/arrow_right.png');
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    67
}
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    68
.wikitag_wp_nolink {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    69
    background-image: url('../images/wikipedia_search.png');
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    70
}
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    71
.wikitag_wp_permalink {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    72
    background-image: url('../images/clock_arrow.png');
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    73
}
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    74
.wikitag_wp_dbplink {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    75
    background-image: url('../images/arrow_green_right.png');
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    76
}
53
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
    77
.wikitag_wp_redirlink {
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
    78
    background-image: url('../images/arrow_redir.png');
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
    79
}
52
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    80
.wikitag_td_icon {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    81
    width: 16px;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    82
    height: 16px;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    83
    margin: 0 auto;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    84
    background-repeat: no-repeat;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    85
    background-position: center;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    86
}
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    87
.wikitag_updown_td {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    88
    cursor: n-resize;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    89
    background-image: url('../images/arrow_up_down.png');
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    90
}
53
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
    91
.wikitag_updown_td span {
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
    92
    display: none;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
    93
}
61
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
    94
.wikitag_indicator {
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
    95
	cursor: progress;
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
    96
	background-image: url('../images/indicator.gif');
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
    97
}
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
    98
52
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
    99
.wikitag_remove_wp_link {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
   100
	cursor: pointer;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
   101
    background-image: url('../images/red_cross.png');
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
   102
}
61
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
   103
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
   104
.wikitag_relaunch_wp_search {
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
   105
	cursor : pointer;
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
   106
	background-image:  url('../images/arrow_refresh.png');
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
   107
}
1bc0ec8ed05b add relaunch wp
ymh <ymh.work@gmail.com>
parents: 54
diff changeset
   108
52
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
   109
.wikitag_remove_tag_from_list {
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
   110
    cursor: pointer;
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
   111
    background-image: url('../images/tag_remove.png');
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
   112
}
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
   113
53
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   114
/* Styles for the list of columns in document tag list*/
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   115
#wikitag_ul_target
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   116
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   117
    list-style: none;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   118
    background-color: #eee;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   119
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   120
#wikitag_ul_target li
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   121
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   122
    background-repeat: no-repeat;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   123
    padding-left: 20px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   124
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   125
#wikitag_thSelectColumn div.cmDiv
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   126
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   127
    display: inline;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   128
    background: none;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   129
    border: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   130
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   131
#wikitag_thSelectColumn li.main
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   132
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   133
    padding: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   134
    background: none;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   135
    width: 100%;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   136
    text-align: right;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   137
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   138
#wikitag_thSelectColumn li.main li
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   139
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   140
    text-align: left;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   141
    padding-right: 2px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   142
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   143
#wikitag_thSelectColumn
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   144
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   145
    padding-right: 2px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   146
    width: 10px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   147
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   148
#wikitag_ulSelectColumn
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   149
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   150
    vertical-align: middle;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   151
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   152
li.wikitag_advon
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   153
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   154
    background: url(../images/tick.png) 0 50%;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   155
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   156
li.wikitag_advoff
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   157
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   158
    background: url(../images/cross.png) 0 50%;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   159
}
54
ec51b9f4695f Upgrade column management with possibility to return to the initial columns. Little debug in all tag list.
cavaliet
parents: 53
diff changeset
   160
li.wikitag_reinit
ec51b9f4695f Upgrade column management with possibility to return to the initial columns. Little debug in all tag list.
cavaliet
parents: 53
diff changeset
   161
{
ec51b9f4695f Upgrade column management with possibility to return to the initial columns. Little debug in all tag list.
cavaliet
parents: 53
diff changeset
   162
    background: url(../images/arrow_rotate_clockwise.png) 0 50%;
ec51b9f4695f Upgrade column management with possibility to return to the initial columns. Little debug in all tag list.
cavaliet
parents: 53
diff changeset
   163
}
53
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   164
.clickMenu div.inner {
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   165
    left: -140px !important;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   166
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents: 52
diff changeset
   167
52
e804ae133f27 icon images in css, little debug, update document profile configuration
cavaliet
parents: 40
diff changeset
   168
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   169
/* styles for the 4 types of STATUS */ 
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   170
.wikitag_null_result {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   171
    color: #000000;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   172
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   173
.wikitag_redirection {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   174
    color: #0000ff;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   175
    font-weight: bold;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   176
    font-style: italic;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   177
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   178
.wikitag_homonyme {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   179
    color: #000000;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   180
    font-weight: bold;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   181
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   182
.wikitag_match {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   183
    color: #0000ff;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   184
    font-weight: bold;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   185
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   186
/* END styles for the 4 types of STATUS */
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   187
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   188
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   189
#search_form_div {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   190
    text-align: center;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   191
    padding: 10px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   192
    margin: 10px 10px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   193
    margin-bottom: 30px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   194
    background-color:#ececec;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   195
    border: 1px solid #7E7E7E
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   196
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   197
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   198
#search_form ul {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   199
	list-style-type: none;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   200
	margin: 0;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   201
	padding: 0;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   202
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   203
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   204
#search_form ul li {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   205
	display: inline;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   206
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
   207
11
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   208
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   209
/* Styles for all tags list table */
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   210
#wikitag_alltags_table {
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   211
    min-width: 600px;
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   212
    border-spacing: 0px;
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   213
}
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   214
#wikitag_alltags_table td, th {
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   215
    padding: 3px;
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   216
}
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
   217
31
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   218
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   219
/* Styles for hidden context div, displayed on text selected */
36
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   220
/* These styles are not meant to be changed. There are needed in order to place and display the context div. */
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   221
.wikitag_context_static {
31
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   222
    display: none;
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   223
    float: none;
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   224
    position: absolute;
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   225
}
40
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   226
.wikitag_context_static {
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   227
    width: 300px;
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   228
}
36
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   229
/* These styles can be changed. */
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   230
.wikitag_context_change {
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   231
    width: 260px;
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   232
    border: 2px;
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   233
    background: #97fefd;
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   234
}
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   235
.wikitag_context_change input {
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   236
    width: 250px;
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   237
}
40
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   238
.wikitag_context_result {
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   239
    width: 500px !important;
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   240
}
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   241
.wikitag_context_result_item {
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   242
    text-indent:-5px;
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   243
}
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   244
.wikitag_context_result_title {
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   245
    font-weight: bold;
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   246
}
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   247
.wikitag_context_result_snippet {
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   248
    font-size: 11.5px;
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   249
}
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   250
.searchmatch {
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   251
    color: #0000ff;
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   252
}
31
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   253
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   254