Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1.  
  2. /* Titre */
  3.  
  4. p.title{
  5. font-size: 180%;
  6. padding-top: 10%;
  7. padding-bottom: 3%;
  8. }
  9.  
  10. /* Présentation générale */
  11.  
  12. p.type{
  13. font-size: 150%;
  14. padding-left: 8%;
  15. }
  16.  
  17. p.term{
  18. font-size: 150%;
  19. padding-left: 8%;
  20. }
  21.  
  22. p.approximate{
  23. font-size: 150%;
  24. padding-left: 8%;
  25. }
  26.  
  27. p.workhours{
  28. font-size: 150%;
  29. padding-left: 8%;
  30. }
  31.  
  32. p.start{
  33. font-size: 150%;
  34. padding-left: 8%;
  35. }
  36.  
  37. p.pay{
  38. font-size: 150%;
  39. padding-left: 8%;
  40. }
  41.  
  42. p.moreinfo{
  43. font-size: 150%;
  44. padding-left: 8%;
  45. }
  46.  
  47. /* Contenus et text */
  48.  
  49. p.title2{
  50. font-size: 150%;
  51. padding-top: 2%;
  52. padding-bottom: 1%;
  53. text-decoration: underline;
  54. }
  55.  
  56. p.text{
  57. font-size: 120%;
  58. }
  59.  
  60. p.candidature{
  61. padding-top: 1%;
  62. }
  63.  
  64. p.support{
  65. padding-top: 1%
  66. }
  67.  
  68. a.information{
  69. padding-left: 94%;
  70. }
  71.  
  72. /* Menu de navigation */
  73.  
  74. header.nav{
  75. display: table-row;
  76. width: 100%;
  77. position: fixed;
  78. top: 0px;
  79. }
  80.  
  81. nav.menu{
  82. display: inline-block;
  83. padding-right: 3%;
  84. font-size: 180%;
  85. }
  86.  
  87. nav.startmenu {
  88. padding-left: 10%;
  89. display: inline-block;
  90. padding-right: 3%;
  91. font-size: 180%;
  92. }
  93.  
  94. img.menu{
  95. display: inline-block;
  96. padding-right: 3%;
  97. }
  98.  
  99. a.menu{
  100. text-decoration: none;
  101. color: black;
  102. }
  103.  
  104. /* Encadrer et limitation */
  105.  
  106. table.cadre{
  107. color: #000000;
  108. padding-left: 1%;
  109. }
  110.  
  111. /* Arrière plan */
  112.  
  113. body{
  114. background-color: #777;
  115. }
  116. /* Cache du menu de navigation */
  117.  
  118. header{
  119. background-color: #777;
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement