123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
-
- #container
- {
- width: 640px;
- margin-top: 45px;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 45px;
-
- padding: 10px;
- background-color: white;
- border: 0px solid #d5d5d5;
- border-radius: 7px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
-
- -webkit-box-shadow: #666 0px 2px 3px;
- -moz-box-shadow: #666 0px 2px 3px;
- box-shadow: #666 0px 2px 3px;
- }
-
- #container h1
- {
-
- }
- #container h2
- {
- margin-top: 5px;
- margin-bottom: 5px;
-
- text-shadow: 1px 1px 2px #666;
- }
- #container h3
- {
- text-shadow: 1px 1px 1px #666;
- }
- #container h4
- {
-
- }
-
- #container a
- {
- text-decoration: none;
- color: #00d0de;
- }
-
- #container #top-tabs, .top-tabs-right
- {
- float: left;
- list-style: none outside none;
- margin: -35px 16px 0 -6px;
- padding: 0;
- }
-
- #container #top-tabs li, .top-tabs-right
- {
- float: left;
- margin-left: 0px;
-
- padding-top: 3px;
- padding-left: 5px;
- padding-right: 5px;
- padding-bottom: 3px;
-
- background-color: #e9e9e9;
-
- border-top: 1px solid #d5d5d5;
- border-left: 1px solid #d5d5d5;
- border-right: 1px solid #d5d5d5;
- border-radius: 5px 5px 0px 0px;
- -moz-border-radius: 5px 5px 0px 0px;
- -webkit-border-radius: 5px 5px 0px 0px;
- }
-
- #container #top-tabs li.active, .top-tabs-right ul.active, .top-tabs-right ul.active li
- {
- background-color: white;
- }
-
- #container #top-tabs li a, #container .top-tabs-right li a
- {
- text-decoration: none;
- color: black;
- }
-
- .top-tabs-right
- {
- float: right;
- margin-right: -5px;
- }
-
- .top-tabs-right.active
- {
- background-color: white;
- }
-
- #top_bar
- {
- width: 220px;
- background-color: white;
- padding: 0px;
-
- margin-left: auto;
- margin-right: auto;
-
- border-radius: 0px 0px 4px 4px;
- -moz-border-radius: 0px 0px 4px 4px;
- -webkit-border-radius: 0px 0px 4px 4px;
-
- text-align: center;
- }
-
- #top_bar a
- {
- text-decoration: none;
- color: black;
- padding-left: 3px; padding-right: 3px;
- }
-
- /*#top_bar ul
- {
- text-align: center;
- margin-top: -5px;
- }
-
- #top_bar ul li
- {
- display: inline;
- float: left;
- list-style: none;
- padding-left: 6px;
- }
-
- #top_bar ul li a
- {
- text-decoration: none;
- color: black;
- }*/
-
- ul.inline
- {
-
- }
-
- ul.inline li
- {
- display: inline;
- }
-
-
- /* Messages flash */
-
- .message
- {
- -webkit-background-size: 40px 40px;
- -moz-background-size: 40px 40px;
- background-size: 40px 40px;
- background-image: -webkit-gradient(linear, left top, right bottom,
- color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
- color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
- color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
- to(transparent));
- background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
- transparent 75%, transparent);
- background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
- transparent 75%, transparent);
- background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
- transparent 75%, transparent);
- background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
- transparent 75%, transparent);
- background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
- transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
- transparent 75%, transparent);
-
- -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
- -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
- box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
- width: 100%;
- border: 1px solid;
- color: #fff;
- padding: 15px;
- position: fixed;
- _position: absolute;
- text-shadow: 0 1px 0 rgba(0,0,0,.5);
- -webkit-animation: animate-bg 5s linear infinite;
- -moz-animation: animate-bg 5s linear infinite;
- }
-
- .info, .fos_user_info
- {
- background-color: #4ea5cd;
- border-color: #3b8eb5;
- }
-
- .error, .fos_user_error
- {
- background-color: #de4343;
- border-color: #c43d3d;
- }
-
- .warning, .fos_user_warning
- {
- background-color: #eaaf51;
- border-color: #d99a36;
- }
-
- .success, .fos_user_success
- {
- background-color: #61b832;
- border-color: #55a12c;
- }
-
- .message h3
- {
- margin: 0 0 5px 0;
- }
-
- .message p
- {
- margin: 0;
- }
-
- .message a.message-close
- {
- float: right;
- margin-top: -14px;
- margin-right: 18px;
- margin-bottom: -11px;
- }
-
- .message a.message-close img:HOVER
- {
- width: 52px;
- height: 52px;
- margin-bottom: -13px;
- }
-
- @-webkit-keyframes animate-bg
- {
- from {
- background-position: 0 0;
- }
- to {
- background-position: -80px 0;
- }
- }
-
-
- @-moz-keyframes animate-bg
- {
- from {
- background-position: 0 0;
- }
- to {
- background-position: -80px 0;
- }
- }
-
- /* Message flash end */
-
- #choose_language
- {
- float: right;
- margin-right: 5px;
- }
-
- #choose_language a
- {
- text-decoration: none;
- color: black;
- }
-
- .error_list
- {
- font-size: 87%;
- color: #dd0101;
-
- margin-left: 24px;
- margin-top: 2px;
- margin-bottom: 2px;
- margin-right: 2px;
- }
-
- .error_list li
- {
- list-style: url(/bundles/muzichcore/img/1323874685_warning.png);
- }
-
-
- /* Debut CSS pour tags */
-
- pre code {background: #ccc; padding:2px 0; display: block; margin-top:4px;}
- .ui-autocomplete {
- font-size:12px;
- border:1px solid #ddd;
- background:#fff;
- list-style:none;
- position: absolute;
- cursor: default;
- }
- .ui-autocomplete li {margin:0;}
- .ui-autocomplete li a {display:block; padding:4px;}
- .ui-autocomplete li a.ui-state-hover,
- .ui-autocomplete li a:hover {background:#eee;}
-
- /**/
-
- ul.tagbox {
- background: #fff;
- cursor: text;
- border: 1px solid #ccc;
- overflow: hidden;
- padding: 0 0 1px 3px;
- min-height:48px;
- }
- ul.tagbox li {
- margin:0;
- }
- ul.tagbox li.tag {
- float: left;
- line-height: 1;
- padding: 3px 6px;
- list-style-type: none;
- margin-top: 3px;
- margin-right: 3px;
- }
- ul.tagbox li.tag {
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- display:block;
- font-size:13px;
- border: 1px solid #cad8f3;
- background: #dee7f8;
- padding: 2px;
- margin-bottom: 1px;
- padding-right: 15px;
- position: relative;
- }
- ul.tagbox li.input {display:block; float:left;}
- ul.tagbox input:focus {
- border-color: #fff;
- }
- ul.tagbox input {
- width: 50px;
- margin: 0;
- border: 0;
- outline: 0;
- line-height:1.2;
- padding: 3px 0;
- font-size:12px;
- }
- ul.tagbox a.close {
- position: absolute;
- right: 4px; top: 5px;
- display: block;
- text-indent:-9999px;
- cursor:pointer;
- width: 7px; height: 7px;
- font-size: 1px;
- background: url('/bundles/muzichcore/img/tag_close.gif');
- }
- ul.tagbox a.close:hover {
- background-position: 7px;
- }
-
-
- /* Fin CSS pour tags */
-
- /* Debut CSS pour elements */
-
- li.element
- {
- margin-top: 5px;
- margin-bottom: 5px;
- }
-
- ul.elements li.even
- {
- background-color: #d9f7ff;
- }
-
- .elements ul.element_tags
- {
- margin-left: 10px;
- margin-top: 0px;
- margin-bottom: 0px;
- }
-
- .elements ul.element_tags li
- {
- display: inline;
- font-size: 90%;
- }
-
-
- /* FIN CSS pour elements */
-
- span.help
- {
- font-size: 10px;
- padding-left: 18px;
- background-image: url(/bundles/muzichcore/img/1325329213_system-help.png);
- background-repeat: no-repeat;
- background-position: left top;
- }
|