Resources/public/css/wikiTag.css
author ymh <ymh.work@gmail.com>
Sun, 27 Nov 2011 23:48:40 +0100
changeset 45 e25a00a6f9e1
parent 40 1d4af6751f5b
child 52 e804ae133f27
permissions -rwxr-xr-x
Correct syntax error.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
@charset "UTF-8";
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
.wikitag_hand_cursor, .wikitag_remove_wp_link, .wikitag_remove_tag_from_list, .wikitag_reset_wp_info {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
    cursor: pointer;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
#wikitag_actions span {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    margin-left: 5px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
#wikitag_table {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
    width: 100%;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    border-spacing: 0px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
#wikitag_table td, th {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
    padding: 3px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
.wikitag_text_centered {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
    text-align: center;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
.wikitag_large_25 {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
    width: 25px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
tr.wikitag_oddline {
11
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    23
    background: white;
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
tr.wikitag_evenline {
11
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    26
    background: #d8d8d8;
2
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
tr.wikitag_oddline:hover, tr.wikitag_evenline:hover {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
    background: lightblue;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
.wikitag_updown_td {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
    width: 12px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
    cursor: n-resize;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
tr.wikitag_dragged_row td {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
    color: yellow;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
    background-color: black;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
/* styles for the 4 types of STATUS */ 
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
.wikitag_null_result {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
    color: #000000;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
.wikitag_redirection {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
    color: #0000ff;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
    font-weight: bold;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
    font-style: italic;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
.wikitag_homonyme {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
    color: #000000;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
    font-weight: bold;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
.wikitag_match {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
    color: #0000ff;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
    font-weight: bold;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
/* END styles for the 4 types of STATUS */
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
#search_form_div {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
    text-align: center;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
    padding: 10px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
    margin: 10px 10px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
    margin-bottom: 30px;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
    background-color:#ececec;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    66
    border: 1px solid #7E7E7E
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
#search_form ul {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    70
	list-style-type: none;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    71
	margin: 0;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    72
	padding: 0;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    74
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    75
#search_form ul li {
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    76
	display: inline;
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    77
}
13f43f53d0ba first implementation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    78
11
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    79
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    80
/* Styles for all tags list table */
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    81
#wikitag_alltags_table {
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    82
    min-width: 600px;
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    83
    border-spacing: 0px;
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    84
}
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    85
#wikitag_alltags_table td, th {
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    86
    padding: 3px;
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    87
}
5f038a505cd7 Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents: 2
diff changeset
    88
31
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
    89
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
    90
/* 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
    91
/* 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
    92
.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
    93
    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
    94
    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
    95
    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
    96
}
40
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
    97
.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
    98
    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
    99
}
36
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   100
/* 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
   101
.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
   102
    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
   103
    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
   104
    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
   105
}
540607cf3447 Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents: 33
diff changeset
   106
.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
   107
    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
   108
}
40
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   109
.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
   110
    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
   111
}
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   112
.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
   113
    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
   114
}
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   115
.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
   116
    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
   117
}
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   118
.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
   119
    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
   120
}
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   121
.searchmatch {
1d4af6751f5b Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents: 36
diff changeset
   122
    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
   123
}
31
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   124
b910b4f7485f First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents: 11
diff changeset
   125