Resources/public/css/wikiTag.css
author ymh <ymh.work@gmail.com>
Wed, 09 Nov 2011 16:25:13 +0100
changeset 30 d2fba1e3b94b
parent 11 5f038a505cd7
child 31 b910b4f7485f
permissions -rwxr-xr-x
correction of reorder tag (including the javascript)

@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;
}

/*


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


*/