Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @font-face
- {
- font-family: "Exo";
- src: url("fonts/Exo-Regular.otf");
- }
- @font-face
- {
- font-family: "SourceCodePro";
- src: url("fonts/SourceCodePro-Regular.otf");
- }
- *
- {
- font-family: "Exo";
- }
- p
- {
- padding: 10px;
- text-align: justify;
- }
- /* table
- {
- padding: 10px;
- text-align: justify;
- }
- td
- {
- text-align: center;
- }
- */.elementMenu::selection { background-color: eb6d10; }
- .elementMenu
- {
- display: inline-block;
- height: 20px;
- width: 125;
- padding: 5px;
- text-align: center;
- background-color: #eb6d10;
- border: 1px solid #e66720;
- border-radius: 2px;
- text-decoration: none;
- color: black;
- }
- .elementMenu:hover::selection { background-color: eb6d10; }
- .elementMenu:hover
- {
- color: white;
- background-color: #7e7e7e;
- }
- nav
- {
- position: absolute;
- right: 20px;
- top: 50px;
- display: inline-block;
- vertical-align: top;
- }
- aside
- {
- position: fixed;
- right: 20px;
- top: 150px;
- padding-left: 0px;
- border-left: 1px solid #f7a623;
- }
- .connexion
- {
- width: 350px;
- height: 350px;
- overflow: hidden;
- border: 0px;
- /* position: absolute;
- right: 0px;
- top: 150px;
- */}
- .champConnexion
- {
- padding: 25px;
- width: 200px;
- height: 35px;
- position: relative;
- display: inline-block;
- top: 15%;
- left: 50%;
- margin-left: -100px;
- border-radius: 2px;
- border: 1px solid blue;
- margin-bottom: 10px;
- }
- #titreConnexion
- {
- color: #d04c2b;
- font-size: 20px;
- text-align: center;
- }
- #boutonConnexion
- {
- width: 200px;
- height: 35px;
- position: relative;
- display: inline-block;
- top: 15%;
- left: 50%;
- margin-left: -100px;
- border-radius: 2px;
- border: 1px solid blue;
- margin-bottom: 10px;
- }
- .erreurLogin
- {
- color: #e09900;
- text-align: center;
- }
- .erreurLogin a
- {
- padding: 10px;
- text-decoration: none;
- color: #ffe9bb;
- }
- body
- {
- background-image: url("images/fond.png");
- background-repeat: repeat;
- }
- #cadreStats
- {
- position: absolute;
- top: 200px;
- left: 50%;
- margin-left: -500px;
- width: 800px;
- }
- .sectionStatsTexte
- {
- float: top;
- width: 800px;
- /* position: absolute;
- display: inline-block;
- top: 200px;
- left: 50%;
- margin-left: -500px;
- */ background-color: white;
- border-radius: 2px;
- }
- .container
- {
- float: bottom;
- display: inline-block;
- width: 800px;
- /* position: absolute;
- top: 200px;
- left: 25%;
- margin-left: -500px;
- */ background-color: white;
- border-radius: auto;
- }
- .pageClassique
- {
- display: inline-block;
- width: 800px;
- position: absolute;
- top: 200px;
- left: 50%;
- margin-left: -500px;
- background-color: white;
- border-radius: 2px;
- }
- p::selection
- {
- background-color: white;
- }
- #titre
- {
- font-family: "SourceCodePro";
- color: #f45307;
- font-size: 3.5em;
- position: absolute;
- margin-top: 20px;
- margin-left: 100px;
- text-decoration: none;
- }
- .listeTelechargement
- {
- list-style-type: none;
- }
- #conteneurDownload
- {
- margin: 25px;
- }
- .boutonDownload
- {
- border: 1px solid #b41414;
- background-color: #e94545;
- text-align: center;
- padding: 5px;
- border-radius: 2px;
- margin: 10px;
- color: white;
- text-decoration: none;
- }
- .boutonDownload:hover
- {
- background-color: #f28e8e;
- }
- /* #download1
- {
- float: left;
- clear: both;
- }
- #download2
- {
- float: right;
- clear: both;
- }
- */
- #download1
- {
- position: relative;
- left: 25px;
- }
- #download2
- {
- position: absolute;
- right: 25px;
- }
- #inscriptionCloud
- {
- display: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment