/* $Id: votingapi_field.css,v 0.3 2006/12/07 11:31:59 morphir Exp $ */ .votingapi_choice_field { padding-bottom: 4px; } .votingapi_choice_field_graph_border { border: 1px solid black; } .votingapi_choice_field_graph { background-color:lightblue; width:$w%; } .votingapi_score_field { border:1px solid black; font-size:2em; padding:12px; width: 0.9em; } .votingapi_rating_field { border:1px solid black; font-size:2em; padding:12px; width: 0.9em; } .votingapi_percent_field { border:1px solid black; font-size:2em; padding:12px; width: 2em; } /* Start old code */ .votingapi_field_dummy{ } /* the table containing votingapi_field */ .votingapi_field_view { margin: 0; padding: 0em .5em 0em .5em; } /* the table containing a votingapi_field (in teaser mode) */ .votingapi_field_view_teaser { margin: 0; padding: 0em .5em 0em .5em; } /* the td containing the vote box */ .votingapi_field_review_vote_container { text-align: center; padding-left: 0.5em; padding-right: 1em; padding-top: 0; } /* the vote box (table) (includes number plus caption) */ .votingapi_field_review_vote { text-align: center; display: inline; } /* the vote number */ .votingapi_field_review_number { text-align: center; font-size: 1.6em; background-color: #F4F4F4; padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; border: 2px solid #000000; } /* the vote caption */ .votingapi_field_review_number_caption { font-size: 0.7em; text-align: center; margin: 0; padding: 0; } /* the title of the review */ .votingapi_field_review_title { display: block; font-weight: bold; } /* the body of the review */ .votingapi_field_review_body { display:block; } /* the link to edit your userrreview */ .votingapi_field_review_link { display:block; white-space: nowrap; padding-right: 0.5em; } /* the vote selector form element */ table.votingapi_field_selector_table { padding: 0em; margin: 0em; } /* the td element containing each vote option, within the vote selector form */ td.votingapi_field_vote_option_container { vertical-align:middle; } .votingapi_field_vote_option_container a:hover{ text-decoration: none; } a.votingapi_field_vote_option { color: #A1A1A1; background-color: #FFFFFF; text-decoration: none; border: 2px solid #A1A1A1; margin-right: 0.1em; padding: 0em .2em 0em .2em; font-size: 1.2em; } a.votingapi_field_vote_option_hover { border: 2px solid #000000; background-color: #33FF33; color: #000000; text-decoration: none; cursor: pointer; margin-right: 0.1em; padding: 0em .2em 0em .2em; font-size: 1.2em; } .votingapi_field_vote_selected { border: 2px solid #000000; background-color: #FF33FF; color: #000000; text-decoration: none; cursor: pointer; margin-right: 0.1em; padding: 0em .2em 0em .2em; font-size: 1.2em; } /* color: #000000; font-size: 2.3em; */ a.votingapi_field_vote_selected { color: #000000; text-decoration: none; } a.votingapi_field_vote_selected:hover { color: #000000; text-decoration: none; } /* Reporting voting results */ .votingapi_field_voting_result { vertical-align:middle; margin-top: 0.6em; } .votingapi_field_average_vote { vertical-align:middle; text-align: center; padding-left: 1em; } .votingapi_field_count_votes td { vertical-align:middle; } .votingapi_field_voting_result_title { display: block; font-weight: bold; } .votingapi_field_byline { font-size: 0.8em }