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.

@charset "UTF-8";

.wikitag_hand_cursor, .wikitag_remove_wp_link, .wikitag_remove_tag_from_list, .wikitag_reset_wp_info {
    cursor: pointer;
}
#wikitag_actions span {
    margin-left: 5px;
}
#wikitag_table {
    width: 100%;
    border-spacing: 0px;
}
#wikitag_table td, th {
    padding: 3px;
}
.wikitag_text_centered {
    text-align: center;
}
.wikitag_large_25 {
    width: 25px;
}
tr.wikitag_oddline {
    background: white;
}
tr.wikitag_evenline {
    background: #d8d8d8;
}
tr.wikitag_oddline:hover, tr.wikitag_evenline:hover {
    background: lightblue;
}
.wikitag_updown_td {
    width: 12px;
    cursor: n-resize;
}
tr.wikitag_dragged_row td {
    color: yellow;
    background-color: black;
}

/* styles for the 4 types of STATUS */ 
.wikitag_null_result {
    color: #000000;
}
.wikitag_redirection {
    color: #0000ff;
    font-weight: bold;
    font-style: italic;
}
.wikitag_homonyme {
    color: #000000;
    font-weight: bold;
}
.wikitag_match {
    color: #0000ff;
    font-weight: bold;
}
/* END styles for the 4 types of STATUS */


#search_form_div {
    text-align: center;
    padding: 10px;
    margin: 10px 10px;
    margin-bottom: 30px;
    background-color:#ececec;
    border: 1px solid #7E7E7E
}

#search_form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#search_form ul li {
	display: inline;
}


/* Styles for all tags list table */
#wikitag_alltags_table {
    min-width: 600px;
    border-spacing: 0px;
}
#wikitag_alltags_table td, th {
    padding: 3px;
}


/* Styles for hidden context div, displayed on text selected */
/* These styles are not meant to be changed. There are needed in order to place and display the context div. */
.wikitag_context_static {
    display: none;
    float: none;
    position: absolute;
}
.wikitag_context_static {
    width: 300px;
}
/* These styles can be changed. */
.wikitag_context_change {
    width: 260px;
    border: 2px;
    background: #97fefd;
}
.wikitag_context_change input {
    width: 250px;
}
.wikitag_context_result {
    width: 500px !important;
}
.wikitag_context_result_item {
    text-indent:-5px;
}
.wikitag_context_result_title {
    font-weight: bold;
}
.wikitag_context_result_snippet {
    font-size: 11.5px;
}
.searchmatch {
    color: #0000ff;
}