123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369 |
- ::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
- ::selection { background: #f16529; color: #fff; text-shadow: none; }
- /* =============================================================================
- En-tête
- ========================================================================== */
- .loggedUserMenu{
- color:#ffffff;
- padding-top: 10px;
- }
- .loggedUserMenu span{
- font-weight:bold;
- }
- body {
- font-family: 'Open Sans';
- }
- #header {
- margin-bottom:10px;
- position:relative;
- }
- #body {
- font-family: 'Open Sans';
- position:relative;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 40px;
- }
- #aLogoBox {
- padding:1px;
- margin:0px;
- }
- h1,h2,h3,h4{
- font-family: 'Open Sans Light',sans-serif;
- font-weight: normal;
- line-height: 100%;
- }
- ul.yana-list li{
- list-style-type:none;
- }
- ul.yana-list li:before{
- content:"\f0da";
- margin-right: 5px;
- display:inline-block;
- font-family:FontAwesome;
- font-style:normal;
- font-weight:normal;
- line-height:1;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing:grayscale;
- }
- /* =============================================================================
- Plugins
- ========================================================================== */
- .pluginBloc li,.pluginBloc ul{
- list-style-type: none;
- margin: 0px;
- padding:0px;
- }
- .pluginBloc ul.nav li{
- padding:0 0 0 0;
- border-bottom: none;
- margin:0 0 0 0;
- }
- .pluginBloc ul li{
- padding:5px 0 5px 0;
- border-bottom: 1px dotted #cecece;
- margin:0 0 5px 0;
- }
- .pluginBloc ul li ul li{
- padding: 0;
- border-bottom: none;
- margin:0;
- }
- .pluginBloc ul li ul li h4,.pluginBloc ul li ul li code{
- display:inline;
- }
- .pluginBloc ul li ul li h4{
- font-size: 14px;
- }
- .bs-docs-sidebar .active a,.bs-docs-sidebar .active a:hover{
- box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
- background-color: #0088CC;
- color: #FFFFFF;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
- }
- .logoBox{
- background-color:#01A5ED;
- padding:5px;
- }
- .tokenbox{
- background-color: #373737;
- border: medium none;
- border-radius: 0;
- color: #ffffff;
- padding: 2px 4px;
- white-space: nowrap;
- }
- .tokenbox input{
- background:transparent;
- padding:0px;
- margin:0px;
- border:none;
- cursor:pointer;
- color:#ffffff;
- font-size: 11px;
- width:100%;
- text-align: center;
- }
- .logo{
- background: url('../img/logo.png') no-repeat;
- width: 78px;
- height:29px;
- font-size: 11px;
- color:#ffffff;
-
- }
- .logo .badge{
- padding: 3px;
- line-height: 9px;
- font-size: 9px;
- border-radius: none;
- margin:15px 5px 0px 20px;
- visibility: hidden;
- cursor:pointer;
- }
- .service-active{
- color:green;
- font-weight: bold;
- }
- .flatBloc{
- padding:10px;
- margin:5px 0 5px 0;
- color:#ffffff;
- }
- .flatBloc ul{
- margin:0px;
- padding:0px;
- }
- .flatBloc li{
- list-style-type: none;
- margin:7px;
- }
- .flatBloc a{
- color:#ffffff;
- }
- .flatBloc h3 i{
- margin-right:15px;
- line-height: 30px;
- }
- .flatBloc li:before{
- content:'\e831 ';
- font-family: "fontello";
- }
- .violet-color{
- background-color:#A200FF;
- }
- .red-color{
- background-color:#E51400;
- }
- .blue-color{
- background-color:#1BA1E2;
- }
- .green-color{
- background-color:#339933;
- }
- .orange-color{
- background-color:#FF2E12;
- }
- .black-color{
- background-color:#373737;
- }
- .pink-color{
- background-color:#C1004F;
- }
- .brown-color{
- background-color:#632F00;
- }
- .apple-color{
- background-color:#00C13F;
- }
- .sea-color{
- background-color:#394264;
- }
- .avatar{
- border-radius: 100px;
- border:5px solid #6FCFFC;
- }
- .avatar-100{
- margin:0 auto 10px auto;
- width:100px;
- display: block;
- }
- .fa-spin-low {
- -webkit-animation: fa-spin 20s infinite linear;
- animation: fa-spin 20s infinite linear;
- }
- .flatBloc li:before {
- content : '';
- }
- .btn{
- background-color: none;
- background-image: none;
- border-radius: 0px;
- box-shadow: none;
- }
- .btn i{
- color:#222222;
- }
- .btn-warning i {
- color: #fff;
- }
- #footer{
- color:#ffffff;
- text-align: center;
- }
- #footer .navbar-inner{
- line-height: 40px;
- }
- code, pre {
- border-radius: 0px;
- background-color: #373737;
- color:#ffffff;
- border:none;
- }
- @font-face {
- font-family: "Open Sans Light";
- font-style: normal;
- font-weight: normal;
- src: url("../font/OpenSans-Light-webfont.eot?#iefix2013") format("embedded-opentype"), url("../font/OpenSans-Light-webfont.woff?2013") format("woff"), url("../font/OpenSans-Light-webfont.ttf?2013") format("truetype");
- }
- @font-face {
- font-family: "Open Sans Light";
- font-style: normal;
- font-weight: bold;
- src: url("../font/OpenSans-Semibold-webfont.eot?#iefix2013") format("embedded-opentype"), url("../font/OpenSans-Semibold-webfont.woff?2013") format("woff"), url("../font/OpenSans-Semibold-webfont.ttf?2013") format("truetype");
- }
- @font-face {
- font-family: "Open Sans Light";
- font-style: italic;
- font-weight: normal;
- src: url("../font/OpenSans-LightItalic-webfont.eot?#iefix2013") format("embedded-opentype"), url("../font/OpenSans-LightItalic-webfont.woff?2013") format("woff"), url("../font/OpenSans-LightItalic-webfont.ttf?2013") format("truetype");
- }
- @font-face {
- font-family: "Open Sans";
- font-style: normal;
- font-weight: normal;
- src: url("../font/OpenSans-Regular-webfont.eot?#iefix2013") format("embedded-opentype"), url("../font/OpenSans-Regular-webfont.woff?2013") format("woff"), url("../font/OpenSans-Regular-webfont.ttf?2013") format("truetype");
- }
- @font-face {
- font-family: "Open Sans";
- font-style: normal;
- font-weight: bold;
- src: url("../font/OpenSans-Bold-webfont.eot?#iefix2013") format("embedded-opentype"), url("../font/OpenSans-Bold-webfont.woff?2013") format("woff"), url("../font/OpenSans-Bold-webfont.ttf?2013") format("truetype");
- }
- @font-face {
- font-family: "Open Sans";
- font-style: italic;
- font-weight: normal;
- src: url("../font/OpenSans-Italic-webfont.eot?#iefix2013") format("embedded-opentype"), url("../font/OpenSans-Italic-webfont.woff?2013") format("woff"), url("../font/OpenSans-Italic-webfont.ttf?2013") format("truetype");
- }
- /* =============================================================================
- Outils
- ========================================================================== */
- .hide{
- display:none;
- }
- .center,[class*="span"].center{
- margin:auto;
- display:block;
- float:none;
- clear: both;
- }
- .align-center{
- text-align: center;
- }
- .left{
- float:left;
- }
- .clear{
- clear:both;
- }
- .pointer{
- cursor:pointer;
- }
- .noPadding{
- padding:0px;
- }
- .inline{
- display: inline-block;
- vertical-align: top;
- }
- small {
- color:#969696;
- font-style: italic;
- }
- .navbar .nav > li > a {
- font-size:16px;
- font-weight: normal;
- color:#ffffff;
- }
- .navbar .nav > li > a > i {
- margin-right: 5px;
- }
- /* =============================================================================
- Style d'impression
- ========================================================================== */
-
- @media print {
- * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
- a, a:visited { text-decoration: underline; }
- a[href]:after { content: " (" attr(href) ")"; }
- abbr[title]:after { content: " (" attr(title) ")"; }
- .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
- pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
- thead { display: table-header-group; } /* h5bp.com/t */
- tr, img { page-break-inside: avoid; }
- img { max-width: 100% !important; }
- @page { margin: 0.5cm; }
- p, h2, h3 { orphans: 3; widows: 3; }
- h2, h3 { page-break-after: avoid; }
- }
|