|
- .progress-bar-verte {
- background-color: #28b62c;
- }
- .progress-striped .progress-bar-verte {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- }
-
- .progress-bar-bleue {
- background-color: #158cba;
- }
- .progress-striped .progress-bar-bleue {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- }
-
- .progress-bar-jaune {
- background-color: #ffd000;
- }
- .progress-striped .progress-bar-jaune {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- }
-
- .progress-bar-rouge {
- background-color: #ff4136;
- }
- .progress-striped .progress-bar-rouge {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- }
-
- .progress-bar-blanche {
- background-color: #ADDFFF;
- }
- .progress-striped .progress-bar-blanche {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- }
-
- .progress-bar-noire {
- background-color: #8128B5;
- }
- .progress-striped .progress-bar-noire {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- }
-
- .progress-bar-eco {
- height: 18px;
- font-size: 14px;
- font-weight: bold;
- text-align: center;
- color: black;
- text-shadow:
- #FFF 1px 1px,
- #FFF -1px 1px,
- #FFF -1px -1px,
- #FFF 1px -1px;
- }
-
- .progress-bar-eco span {
- display: inline-block;
- height: 100%;
- background-color: #777;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
- box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
- -webkit-transition: width .4s ease-in-out;
- -moz-transition: width .4s ease-in-out;
- -ms-transition: width .4s ease-in-out;
- -o-transition: width .4s ease-in-out;
- transition: width .4s ease-in-out;
- }
-
- .verte span {
- background-color: #28b62c;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#28b62c), to(#2BD630));
- background-image: -webkit-linear-gradient(top, #28b62c, #2BD630);
- background-image: -moz-linear-gradient(top, #28b62c, #2BD630);
- background-image: -ms-linear-gradient(top, #28b62c, #2BD630);
- background-image: -o-linear-gradient(top, #28b62c, #2BD630);
- background-image: linear-gradient(top, #28b62c, #2BD630);
- }
-
- .bleue span {
- background-color: #416BE8;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#416BE8), to(#419AE8));
- background-image: -webkit-linear-gradient(top, #416BE8, #419AE8);
- background-image: -moz-linear-gradient(top, #416BE8, #419AE8);
- background-image: -ms-linear-gradient(top, #416BE8, #419AE8);
- background-image: -o-linear-gradient(top, #416BE8, #419AE8);
- background-image: linear-gradient(top, #416BE8, #419AE8);
- }
-
- .jaune span {
- background-color: #FFD700;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD700), to(#FAF27F));
- background-image: -webkit-linear-gradient(top, #FFD700, #FAF27F);
- background-image: -moz-linear-gradient(top, #FFD700, #FAF27F);
- background-image: -ms-linear-gradient(top, #FFD700, #FAF27F);
- background-image: -o-linear-gradient(top, #FFD700, #FAF27F);
- background-image: linear-gradient(top, #FFD700, #FAF27F);
- }
-
- .rouge span {
- background-color: #E31B1B;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#E31B1B), to(#FF6B6B));
- background-image: -webkit-linear-gradient(top, #E31B1B, #FF6B6B);
- background-image: -moz-linear-gradient(top, #E31B1B, #FF6B6B);
- background-image: -ms-linear-gradient(top, #E31B1B, #FF6B6B);
- background-image: -o-linear-gradient(top, #E31B1B, #FF6B6B);
- background-image: linear-gradient(top, #E31B1B, #FF6B6B);
- }
-
- .blanche span {
- background-color: #ADDFFF;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#ADDFFF), to(#CCFFFC));
- background-image: -webkit-linear-gradient(top, #ADDFFF, #CCFFFC);
- background-image: -moz-linear-gradient(top, #ADDFFF, #CCFFFC);
- background-image: -ms-linear-gradient(top, #ADDFFF, #CCFFFC);
- background-image: -o-linear-gradient(top, #ADDFFF, #CCFFFC);
- background-image: linear-gradient(top, #ADDFFF, #CCFFFC);
- }
-
- .noire span {
- background-color: #8128B5;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#8128B5), to(#792DA6));
- background-image: -webkit-linear-gradient(top, #8128B5, #792DA6);
- background-image: -moz-linear-gradient(top, #8128B5, #792DA6);
- background-image: -ms-linear-gradient(top, #8128B5, #792DA6);
- background-image: -o-linear-gradient(top, #8128B5, #792DA6);
- background-image: linear-gradient(top, #8128B5, #792DA6);
- }
-
- .shine span {
- position: relative;
- }
-
- .shine span::after {
- content: '';
- opacity: 0;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background: #fff;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
-
- -webkit-animation: animate-shine 2s ease-out infinite;
- -moz-animation: animate-shine 2s ease-out infinite;
- }
-
- @-webkit-keyframes animate-shine {
- 0% {opacity: 0; width: 0;}
- 50% {opacity: .5;}
- 100% {opacity: 0; width: 95%;}
- }
-
-
- @-moz-keyframes animate-shine {
- 0% {opacity: 0; width: 0;}
- 50% {opacity: .5;}
- 100% {opacity: 0; width: 95%;}
- }
-
- .glow span {
- -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
- -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
- box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
-
- -webkit-animation: animate-glow 1s ease-out infinite;
- -moz-animation: animate-glow 1s ease-out infinite;
- }
-
- @-webkit-keyframes animate-glow {
- 0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
- 50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
- 100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
- }
-
- @-moz-keyframes animate-glow {
- 0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
- 50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
- 100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
- }
-
- .panel-light {
- border-color: #ADDFFF;
- }
- .panel-light > .panel-heading {
- color: #333333;
- background-color: #ADDFFF;
- border-color: #ADDFFF;
- }
- .panel-light > .panel-heading + .panel-collapse .panel-body {
- border-top-color: #ADDFFF;
- }
- .panel-light > .panel-footer + .panel-collapse .panel-body {
- border-bottom-color: #ADDFFF;
- }
-
- .panel-dark {
- border-color: #8128B5;
- }
- .panel-dark > .panel-heading {
- color: #333333;
- background-color: #8128B5;
- border-color: #8128B5;
- }
- .panel-dark > .panel-heading + .panel-collapse .panel-body {
- border-top-color: #8128B5;
- }
- .panel-dark > .panel-footer + .panel-collapse .panel-body {
- border-bottom-color: #8128B5;
- }
-
- .level {
- float: left;
- width: 26px;
- height: 24px;
- font-weight: bold;
- font-size: 18px;
- text-align:center;
- color: #FFD700;
- background: #000;
- }
-
- .skill {
- float: left;
- width: 26px;
- height: 24px;
- font-weight: bold;
- font-size: 18px;
- text-align:center;
- background: #000;
- color: white;
- }
-
- .player_name {
- font-weight: bold;
- font-size: 26px;
- color: black;
- margin-top: -8px;
- margin-bottom: -20px;
- margin-left: -20px;
- text-transform: uppercase;
- }
-
- .level_phone {
- float: left;
- margin-top:5px;
- width: 26px;
- height: 26px;
- font-weight: bold;
- font-size: 18px;
- text-align:center;
- background: #000;
- color: #FFD700;
- }
-
- .skill_phone {
- margin-top:5px;
- padding-right:5px;
- padding-left:5px;
- height: 26px;
- font-weight: bold;
- font-size: 18px;
- text-align:center;
- background: #000;
- color: white;
- }
-
- .player_name_phone {
- font-weight: bold;
- font-size: 26px;
- color: black;
- text-transform: uppercase;
- }
-
- .enemy_name {
- font-weight: bold;
- font-size: 26px;
- color: black;
- margin-top: -8px;
- margin-bottom: -20px;
- margin-left: 10px;
- text-transform: uppercase;
- }
-
- .p_light {
- text-align: center;
- padding: 3px;
- font-size: 26px;
- color: #ADDFFF;
- font-weight: bold;
- }
-
- .p_dark {
- text-align: center;
- padding: 3px;
- font-size: 26px;
- color: #8128B5;
- font-weight: bold;
- }
-
- .enchant-default {
- background-color: #999999;
- }
-
- .enchant-verte {
- background-color: green;
- }
-
- .enchant-bleue {
- background-color: blue;
- }
-
- .enchant-jaune {
- background-color: gold;
- }
-
- .enchant-rouge {
- background-color: red;
- }
-
- .enchant-blanche {
- background-color: #ADDFFF;;
- }
-
- .enchant-noire {
- background-color: #8128B5;
- }
|