Sha256: 924532bf32b197604dee415bad96ccf4f7c2d4faa7277fa3f4a827ab02257227
Contents?: true
Size: 1.74 KB
Versions: 4
Compression:
Stored size: 1.74 KB
Contents
/* Кнопки Сдать, Снять */ div.get_but { position:absolute; bottom:-5px; left:40px; width:184px; height:59px; background:url('/pic/design/buttons/get_norm.png') 0% 0% no-repeat; z-index:999; } div.get_but p { text-align:center; font:24px Tahoma; margin:0px; color:#ffffff; height:59px; line-height:53px; } div.get_but a { color:#ffffff; text-decoration:underline; } div.get_but a:hover { color:#ffffff; text-decoration:none; } div.get_but:hover { background:url('/pic/design/buttons/get_hover.png') 0% 0% no-repeat; } div.get_but.inside { background:url('/pic/design/buttons/get_inside.png') 0% 0% no-repeat; } div.add_but { position:absolute; bottom:-5px; left:224px; width:175px; height:59px; background:url('/pic/design/buttons/add_norm.png') 0% 0% no-repeat; z-index:999; } div.add_but p { text-align:center; font:24px Tahoma; margin:0px; color:#ffffff; height:59px; line-height:53px; } div.add_but a { color:#ffffff; text-decoration:underline; } div.add_but a:hover { color:#ffffff; text-decoration:none; } div.add_but:hover { background:url('/pic/design/buttons/add_hover.png') 0% 0% no-repeat; } div.add_but.inside { background:url('/pic/design/buttons/add_inside.png') 0% 0% no-repeat; } /* Подменю в кнопке Снять */ div.tabs { margin-left:22px; margin-top:38px; margin-bottom:10px; } div.get_tab { display:inline-table; margin:10px; } div.get_tab p { font:19px Tahoma; margin:4px 8px 6px 8px; } div.get_tab.act { background-color:#b7d5e8; } div.get_tab.act p { color:#0a4f7d; cursor:default; } div.get_tab.dis { background-color:transparent; } div.get_tab.dis p { color:#ffffff; cursor:pointer; }
Version data entries
4 entries across 4 versions & 1 rubygems