Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #main.css ------------------------------------------
- body {
- margin: 0px
- }
- aside img {
- width: 300px;
- float: left;
- }
- aside {
- float: left;
- background: #070f29;
- color: white;
- padding: 2.5%;
- width: 25%;
- height: 100vh;
- }
- aside .logo {
- font-size: 40px;
- fon-weight: bold;
- }
- aside h3 {
- margin-top: 50px;
- front-size: 20px;
- }
- aside ul {list-style: none}
- aside ul li {
- color: white;
- display: block;
- margin-top: 5px;
- transition: transform .1s ease;
- }
- aside ul li:hover, aside ul a:hover {
- color: moccasin;
- text-decoration: none;
- transform: scale(1.05);
- }
- aside ul li, aside ul a {
- text-decoration: none;
- }
- #form.css -----------------------------------------------
- html, body {
- width: 100%;
- height: 100%;
- }
- .name {
- display: flex;
- align-items: left;
- color: white;
- width: 100%;
- color: white;
- font-size: 15px;
- margin-top: 15px;
- margin-bottom: 3px;
- }
- .table_change_form {
- color: white;
- display: flex;
- flex-direction: column;
- align-item: center;
- background-color: #4a93ff47;
- padding: 25px;
- border-radius: 15px;
- box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
- }
- .confirm_button {
- margin-top: 15px;
- background-color: #b9363687;
- }
- #data-table.css-------------------------------------------
- html, body {
- width: 100%;
- height: 100%;
- background: #ab414111;
- }
- .data_table {
- background-color: #141a38;
- border-radius: 10px;
- color: white;
- width: 100%;
- border-collapse: separate;
- border-spacing: 10px;
- width: 95%;
- overflow-y: auto
- }
- .data_table th, td {
- border-radius: 10px;
- padding: 10px;
- text-align: center;
- box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
- transition: 0.2s all ease
- }
- .data_table th {
- background-color: #8c46c559;
- }
- .data_table td {
- color: white;
- background-color: #0c296457;
- }
- .center_table {
- display:flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- height: 100%;
- }
- .horizontal_center {
- color: black;
- display: flex;
- justify-content: center;
- }
- .horizontal_center div {
- font-size: 30px;
- fon-weight: bold;
- color: black;
- }
- .plate {
- }
- .button {
- color: white;
- padding: 10px;
- border-radius: 10px;
- border: 0px solid white;
- text-align: center;
- text-decoration: none;
- transition: 0.2s ease all
- }
- .button:hover{
- color: white;
- }
- .edit_button {
- background-color: #daa200;
- }
- .delete_button {
- background-color: #f51e34;
- }
- .edit_button:hover {
- background-color: #f2b600;
- }
- .edit_button:active {
- background-color: #d19c02;
- }
- .delete_button:hover {
- background-color: #ff2e43;
- }
- .delete_button:active {
- background-color: #d9192d;
- }
- .add_button {
- margin-top: 15px;
- background-color: #00c414;
- }
- .big_button {
- width: 300px;
- }
- .add_button:hover {
- background-color: #02d918;
- }
- .add_button:active{
- background-color: #02a813;
- }
- #index.css -----------------------------------------------
- html, body {
- width: 100%;
- height: 100%;
- }
- .header {
- color: black;
- font-size: 30px;
- font-weight: 100px;
- }
- .center_container {
- color: black;
- background-color: #8ab434373;
- border-radius: 10px;
- padding: 15px;
- margin: 15px;
- }
- #navigation.css --------------------------------------------
- body {
- margin: 0px
- }
- aside img {
- width: 300px;
- float: left;
- }
- aside {
- float: left;
- background: #4a13ff47;
- color: white;
- padding: 2.5%;
- width: 25%;
- height: 100vh;
- border-right: 5px solid #1a2654;
- }
- aside .logo {
- font-size: 40px;
- fon-weight: bold;
- }
- aside h3 {
- margin-top: 50px;
- front-size: 20px;
- }
- aside ul {list-style: none}
- aside ul li {
- color: white;
- display: block;
- margin-top: 10px;
- transition: transform .1s ease;
- }
- aside ul li:hover, aside ul a:hover {
- color: #ebd9d9;
- text-decoration: none;
- transform: scale(1.05);
- }
- aside ul li, aside ul a {
- text-decoration: none;
- }
- .rightOffset {
- margin: 15px;
- }
- .registration_panel {
- position: absolute;
- top: 20px;
- right: 0px;
- display: flex;
- justify-content: right;
- align-items: center;
- height: 60px;
- }
- .log_in_and_register {
- margin-right: 20px;
- }
- .reg_buttons {
- color: black;
- text-decoration: none;
- padding: 5px 15px 5px 15px;
- border-radius: 10px;
- margin-right: 10px;
- cursor: pointer;
- box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
- }
- .log_in {
- background-color: #4a93ff47;
- }
- .log_in:hover {
- color: black;
- background-color:#b9363687;
- }
- .register {
- background-color: #4a93ff47;
- }
- .register:hover {
- color: black;
- background-color: #b9363687;
- }
- .login_label {
- color: white;
- font-size: 18px;
- }
- .login {
- color: black;
- font-size: 15px;
- background-color: #4a93ff47;
- border-radius: 10px;
- padding: 5px;
- margin-right: 5px;
- margin-left: 5px;
- }
- .role_label {
- color: white;
- font-size: 18px;
- }
- .role {
- color: #5eb6ff;
- font-size: 15px;
- background-color: #27355a;
- border-radius: 10px;
- padding: 5px;
- margin: 5px;
- }
- .label {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .buttons_container {
- display: flex;
- justify-content: end;
- align-items: end;
- }
- .data_container {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .sep_line_container {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 35px;
- margin: 0px 15px 0px 15px;
- }
- .sep_line {
- height: 50%;
- border-left: 1px solid #4b4b4b;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement