mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
PollWidget v2
This commit is contained in:
parent
effc774640
commit
660da39c60
29 changed files with 1388 additions and 0 deletions
30
widgets/pollWidget/skins/simple/css/poll.css
Normal file
30
widgets/pollWidget/skins/simple/css/poll.css
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
.simple_poll { table-layout:fixed; padding:0; margin:0; border:none;}
|
||||
|
||||
.simple_poll td { padding:0; margin:0; }
|
||||
.simple_poll td.title { text-align:right; }
|
||||
|
||||
.simple_poll td .itemDiv { border-top:1px solid #BBBBBB; margin-top:3px; padding:3px 0 3px 0; }
|
||||
.simple_poll td .title { color:#000000; font-weight:bold; letter-spacing:-1px;}
|
||||
.simple_poll td .checkcount { color:#AAAAAA; }
|
||||
|
||||
.simple_poll td .item { color:#636363; margin:5px 0 5px 0; }
|
||||
.simple_poll td .item input { margin:0; padding:0; }
|
||||
.simple_poll td .item label { letter-spacing:-1px; }
|
||||
|
||||
.simple_poll td .resultItem { color:#636363; margin:6px 0 0 10px; letter-spacing:-1px;}
|
||||
|
||||
.simple_poll td .barBox { margin-left:10px; }
|
||||
.simple_poll td .barBox .bar { margin:3px 0;}
|
||||
.simple_poll td .barBox .status {color:#AAAAAA; }
|
||||
|
||||
.simple_poll td.stopDate { color:#AAAAAA; border-top:1px solid #BBBBBB; padding-top:3px;}
|
||||
.simple_poll td.stopDate a { color:#AAAAAA; text-decoration:none; }
|
||||
|
||||
.simple_poll td.poll_button { text-align:left; padding-top:3px;}
|
||||
.simple_poll td.poll_button .poll_button { border:1px solid #EEEEEE; background-color:#AAAAAA; color:#FFFFFF; font-weight:bold; padding:1px 3px 1px 3px; height:20px; }
|
||||
|
||||
|
||||
.simple_poll td.b { background-color:#F6F6F5; height:7px; }
|
||||
.simple_poll td.b img { width:100%; height:6px; border-bottom:1px solid #E5E5E5; }
|
||||
.simple_poll td.bb { height:7px; }
|
||||
.simple_poll td.bb img { width:100%; height:6px; border-bottom:1px solid #E5E5E5; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue