Advertisement
Spirit13300

Untitled

Jan 12th, 2018
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.35 KB | None | 0 0
  1. @font-face{
  2. font-family: "Justus";
  3. src: url('../Justus-Oldstyle/Justus-Roman.ttf');
  4. }
  5.  
  6. #titre1{
  7.     font-family: "Justus";
  8.     margin-bottom: 3px;
  9.     margin-left:auto;
  10.     margin-right:auto;
  11.     text-align:center;
  12. }
  13.  
  14. body{
  15.     background-image :url("../background.png");
  16.     background-size: 100%;
  17.     background-attachment:fixed;
  18.     background-repeat: no-repeat;
  19.     background-position:bottom;
  20. }
  21.  
  22. #div1{
  23. color:#FFFFFF;
  24.     background-color:rgba(128, 128, 128, 0.5);
  25.     margin-left:20%;
  26.     margin-right:20%;
  27.     border-radius: 10px;
  28.     position:relative;
  29.     margin-top: -5%;
  30.     z-index:5;
  31.    
  32.    
  33.    
  34. }
  35.  
  36. #hr1 {
  37.     margin-top:20px;
  38. }
  39.  
  40. h1 {
  41.     margin-left:5%;
  42.     margin-bottom:1%;
  43.    
  44. }
  45.  
  46. article{
  47.     margin-left:5%;
  48.     margin-right:5%;
  49.     padding-bottom:10%;
  50.     padding-top:10%;
  51.     font-family: "Justus";
  52. }
  53.  
  54. nav{
  55.     padding-bottom:5%;
  56. }
  57. ul li{
  58.     vertical-align:top;
  59.     position:relative;
  60. }
  61. ul li a:hover {
  62.     background-color:red;
  63. }
  64. ul li ul li a:hover {
  65.     background-color:white;
  66. }
  67. ul > li > ul{
  68.     display:none;
  69. }
  70.  
  71.  
  72. ul > li > ul:target{
  73.     display:block;
  74.     padding-left:1%;
  75.     margin-right:50%;
  76.     width:100px;
  77.     position:absolute;
  78.    
  79. }  
  80.  
  81.  
  82. li {
  83.     display:inline-block;
  84. }
  85.  
  86. li:hover{
  87.    
  88. }
  89.  
  90. #lien {
  91.      
  92. }
  93.  
  94.  
  95. ul li a:link{
  96.     font-family: "Justus";
  97.     color:black;
  98.     text-decoration:none;
  99.  
  100.  
  101. }
  102.  
  103. #image {
  104.     width:10%;
  105.    
  106.     right:0;
  107.     position:fixed;
  108.     bottom:0;
  109. }
  110.  
  111. #ul1 {
  112.     margin-left:auto;
  113.     margin-right:auto;
  114.     text-align:center;
  115. }
  116.  
  117. #barre {
  118.      
  119.      color:gray;
  120.      width:25%;
  121.      margin-top:10px;
  122.      
  123. }
  124. #barre2 {
  125.      
  126.      color:gray;
  127.      width:25%;
  128.  
  129.      
  130. }
  131. #bouton{
  132.     border:none;
  133.     background-color:white;
  134.     top: 10%;
  135.    
  136. }
  137. #bouton:selection {
  138.     background-color:white;
  139. }
  140.  
  141. #div2{
  142. color:#FFFFFF;
  143.     background-color:rgba(128, 128, 128, 0.5);
  144.     margin-left:80%;
  145.     margin-right:5%;
  146.     border-radius: 10px;
  147.     position:absolute;
  148.     z-index:2;
  149.     top:6%;
  150.    
  151.  
  152. }
  153.  
  154. h2 {
  155.     margin-left: 5%;
  156. }
  157.  
  158. #imagee:hover,
  159. #imagee:focus
  160.  {
  161.     transform: scale(1.2);
  162. }
  163.  
  164. #imagee
  165.  {
  166.     margin-left:5%;
  167.     width: 30%;
  168. }
  169.  
  170. #barre3
  171. {
  172.     margin-left: 5%;
  173.     margin-right:8%;
  174.  
  175.     border-color: grey;
  176. }
  177.  
  178. #tel
  179. {
  180.     width: 10%;
  181.     right:0;
  182.     position: absolute;
  183. }
  184. #text
  185. {
  186.     margin-right: 5%;
  187.     margin-left: 5%;
  188.     padding-bottom: 5%;
  189. }
  190. #imageso {
  191.     margin-left: 10%;
  192.     margin-bottom: 5%;
  193.  
  194. }
  195.  
  196. #text2
  197. {
  198.     margin-left: 5%;
  199. }
  200.  
  201.  
  202. .imagesolitide
  203. {
  204.     margin-left: 5%;
  205.     margin-right: 50%;
  206.     width: 83%;
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement