diff -r 06a22ff5d58d -r 13f43f53d0ba Resources/public/css/wikiTag.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Resources/public/css/wikiTag.css Sun Oct 16 14:50:48 2011 +0200 @@ -0,0 +1,111 @@ +@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: #d8d8d8; +} +tr.wikitag_evenline { + background: white; +} +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; +} + +/* + +tr.wikitag_simpleoddline { + background: #e4e4e4; +} +tr.wikitag_simpleevenline { + background: white; +} + +#count_nav_top, +#count_nav_bottom { + text-align: right; +} +#count_nav_bottom p, +#count_nav_top p { + font-size: 12px; + font-weight : bold; +} + + + +#all_tags_table { + min-width: 600px; + border-spacing: 0px; +} +#all_tags_table td, th { + padding: 3px; +} + + + + +*/