Resources/public/css/wikiTag.css
author cavaliet
Thu, 10 Nov 2011 12:40:22 +0100
changeset 32 38dcd2db04e4
parent 31 b910b4f7485f
child 33 6c87166b819c
permissions -rwxr-xr-x
Debug case sentive tag modification.

@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 */
#wikitag_context_div {
    width: 260px;
    border: 2px;
    background: lightgreen;
    display: none;
    float: none;
    position: absolute;
}



/*


#count_nav_top,
#count_nav_bottom {
	text-align: right;
}
#count_nav_bottom p,
#count_nav_top p {
	font-size: 12px;
	font-weight : bold;
}


*/