style.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. ::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
  2. ::selection { background: #f16529; color: #fff; text-shadow: none; }
  3. /* =============================================================================
  4. En-tête
  5. ========================================================================== */
  6. .loggedUserMenu{
  7. color:#ffffff;
  8. padding-top: 10px;
  9. }
  10. .loggedUserMenu span{
  11. font-weight:bold;
  12. }
  13. body {
  14. font-family: 'Open Sans';
  15. }
  16. #header {
  17. margin-bottom:10px;
  18. position:relative;
  19. }
  20. #body {
  21. font-family: 'Open Sans';
  22. position:relative;
  23. margin-left: auto;
  24. margin-right: auto;
  25. margin-bottom: 40px;
  26. }
  27. #aLogoBox {
  28. padding:1px;
  29. margin:0px;
  30. }
  31. h1,h2,h3,h4{
  32. font-family: 'Open Sans Light',sans-serif;
  33. font-weight: normal;
  34. line-height: 100%;
  35. }
  36. ul.yana-list li{
  37. list-style-type:none;
  38. }
  39. ul.yana-list li:before{
  40. content:"\f0da";
  41. margin-right: 5px;
  42. display:inline-block;
  43. font-family:FontAwesome;
  44. font-style:normal;
  45. font-weight:normal;
  46. line-height:1;
  47. -webkit-font-smoothing:antialiased;
  48. -moz-osx-font-smoothing:grayscale;
  49. }
  50. /* =============================================================================
  51. Plugins
  52. ========================================================================== */
  53. .pluginBloc li,.pluginBloc ul{
  54. list-style-type: none;
  55. margin: 0px;
  56. padding:0px;
  57. }
  58. .pluginBloc ul.nav li{
  59. padding:0 0 0 0;
  60. border-bottom: none;
  61. margin:0 0 0 0;
  62. }
  63. .pluginBloc ul li{
  64. padding:5px 0 5px 0;
  65. border-bottom: 1px dotted #cecece;
  66. margin:0 0 5px 0;
  67. }
  68. .pluginBloc ul li ul li{
  69. padding: 0;
  70. border-bottom: none;
  71. margin:0;
  72. }
  73. .pluginBloc ul li ul li h4,.pluginBloc ul li ul li code{
  74. display:inline;
  75. }
  76. .pluginBloc ul li ul li h4{
  77. font-size: 14px;
  78. }
  79. .bs-docs-sidebar .active a,.bs-docs-sidebar .active a:hover{
  80. box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  81. text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  82. background-color: #0088CC;
  83. color: #FFFFFF;
  84. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  85. }
  86. .logoBox{
  87. background-color:#01A5ED;
  88. padding:5px;
  89. }
  90. .tokenbox{
  91. background-color: #373737;
  92. border: medium none;
  93. border-radius: 0;
  94. color: #ffffff;
  95. padding: 2px 4px;
  96. white-space: nowrap;
  97. }
  98. .tokenbox input{
  99. background:transparent;
  100. padding:0px;
  101. margin:0px;
  102. border:none;
  103. cursor:pointer;
  104. color:#ffffff;
  105. font-size: 11px;
  106. width:100%;
  107. text-align: center;
  108. }
  109. .logo{
  110. background: url('../img/logo.png') no-repeat;
  111. width: 78px;
  112. height:29px;
  113. font-size: 11px;
  114. color:#ffffff;
  115. }
  116. .logo .badge{
  117. padding: 3px;
  118. line-height: 9px;
  119. font-size: 9px;
  120. border-radius: none;
  121. margin:15px 5px 0px 20px;
  122. visibility: hidden;
  123. cursor:pointer;
  124. }
  125. .service-active{
  126. color:green;
  127. font-weight: bold;
  128. }
  129. .flatBloc{
  130. padding:10px;
  131. margin:5px 0 5px 0;
  132. color:#ffffff;
  133. }
  134. .flatBloc ul{
  135. margin:0px;
  136. padding:0px;
  137. }
  138. .flatBloc li{
  139. list-style-type: none;
  140. margin:7px;
  141. }
  142. .flatBloc a{
  143. color:#ffffff;
  144. }
  145. .flatBloc h3 i{
  146. margin-right:15px;
  147. line-height: 30px;
  148. }
  149. .flatBloc li:before{
  150. content:'\e831 ';
  151. font-family: "fontello";
  152. }
  153. .violet-color{
  154. background-color:#A200FF;
  155. }
  156. .red-color{
  157. background-color:#E51400;
  158. }
  159. .blue-color{
  160. background-color:#1BA1E2;
  161. }
  162. .green-color{
  163. background-color:#339933;
  164. }
  165. .orange-color{
  166. background-color:#FF2E12;
  167. }
  168. .black-color{
  169. background-color:#373737;
  170. }
  171. .pink-color{
  172. background-color:#C1004F;
  173. }
  174. .brown-color{
  175. background-color:#632F00;
  176. }
  177. .apple-color{
  178. background-color:#00C13F;
  179. }
  180. .sea-color{
  181. background-color:#394264;
  182. }
  183. .avatar{
  184. border-radius: 100px;
  185. border:5px solid #6FCFFC;
  186. }
  187. .avatar-100{
  188. margin:0 auto 10px auto;
  189. width:100px;
  190. display: block;
  191. }
  192. .fa-spin-low {
  193. -webkit-animation: fa-spin 20s infinite linear;
  194. animation: fa-spin 20s infinite linear;
  195. }
  196. .flatBloc li:before {
  197. content : '';
  198. }
  199. .btn{
  200. background-color: none;
  201. background-image: none;
  202. border-radius: 0px;
  203. box-shadow: none;
  204. }
  205. .btn i{
  206. color:#222222;
  207. }
  208. .btn-warning i {
  209. color: #fff;
  210. }
  211. #footer{
  212. color:#ffffff;
  213. text-align: center;
  214. }
  215. #footer .navbar-inner{
  216. line-height: 40px;
  217. }
  218. code, pre {
  219. border-radius: 0px;
  220. background-color: #373737;
  221. color:#ffffff;
  222. border:none;
  223. }
  224. @font-face {
  225. font-family: "Open Sans Light";
  226. font-style: normal;
  227. font-weight: normal;
  228. 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");
  229. }
  230. @font-face {
  231. font-family: "Open Sans Light";
  232. font-style: normal;
  233. font-weight: bold;
  234. 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");
  235. }
  236. @font-face {
  237. font-family: "Open Sans Light";
  238. font-style: italic;
  239. font-weight: normal;
  240. 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");
  241. }
  242. @font-face {
  243. font-family: "Open Sans";
  244. font-style: normal;
  245. font-weight: normal;
  246. 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");
  247. }
  248. @font-face {
  249. font-family: "Open Sans";
  250. font-style: normal;
  251. font-weight: bold;
  252. 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");
  253. }
  254. @font-face {
  255. font-family: "Open Sans";
  256. font-style: italic;
  257. font-weight: normal;
  258. 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");
  259. }
  260. /* =============================================================================
  261. Outils
  262. ========================================================================== */
  263. .hide{
  264. display:none;
  265. }
  266. .center,[class*="span"].center{
  267. margin:auto;
  268. display:block;
  269. float:none;
  270. clear: both;
  271. }
  272. .align-center{
  273. text-align: center;
  274. }
  275. .left{
  276. float:left;
  277. }
  278. .clear{
  279. clear:both;
  280. }
  281. .pointer{
  282. cursor:pointer;
  283. }
  284. .noPadding{
  285. padding:0px;
  286. }
  287. .inline{
  288. display: inline-block;
  289. vertical-align: top;
  290. }
  291. small {
  292. color:#969696;
  293. font-style: italic;
  294. }
  295. .navbar .nav > li > a {
  296. font-size:16px;
  297. font-weight: normal;
  298. color:#ffffff;
  299. }
  300. .navbar .nav > li > a > i {
  301. margin-right: 5px;
  302. }
  303. /* =============================================================================
  304. Style d'impression
  305. ========================================================================== */
  306. @media print {
  307. * { 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 */
  308. a, a:visited { text-decoration: underline; }
  309. a[href]:after { content: " (" attr(href) ")"; }
  310. abbr[title]:after { content: " (" attr(title) ")"; }
  311. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
  312. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  313. thead { display: table-header-group; } /* h5bp.com/t */
  314. tr, img { page-break-inside: avoid; }
  315. img { max-width: 100% !important; }
  316. @page { margin: 0.5cm; }
  317. p, h2, h3 { orphans: 3; widows: 3; }
  318. h2, h3 { page-break-after: avoid; }
  319. }