| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- .showscale_page {
- height: 120vw;
- background-color: #dcb495;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .header_block {
- width: 100%;
- height: 20vw;
- background-position: center;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url(../images/showcase.jpg);background-repeat: repeat; background-position: center;
- }
- .header_title {
- color: #ffffff;
- font-size: 7vw;
- }
- .header_title_2 {
- color: #ffffff;
- text-align: center;
- font-size: 1.5vw;
- width: 50vw;
- }
- .templates_block {
- width: 95%;
- margin-top: 5vw;
- }
- .templates_title, .links_title {
- display: flex;
- justify-content: center;
- font-size: 3.5vw;
- }
- .templates_list {
- height: 30vw;
- margin-top: 2vw;
- border: 0.2vw solid #694a2d;
- border-radius: 2vw;
- overflow-x: auto;
- overflow-y: hidden;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .templates_list::-webkit-scrollbar {
- height: 1vw; /* ширина scrollbar */
- }
- .templates_list::-webkit-scrollbar-thumb {
- background-color: #d49d51; /* цвет плашки */
- border-radius: 5vw; /* закругления плашки */
- border: 0.25vw solid #ffffff;
- }
- .template {
- display: flex;
- justify-content: start;
- flex-direction: column;
- align-items: center;
- min-height: 28vw;
- min-width: 25vw;
- max-width: 25vw;
- background-color: #9E795A;
- margin: 1vw;
- border-radius: 2vw;
- }
- .template_title {
- margin-top: 1vw;
- max-width: 90%;
- text-align: center;
- color: #ffffff;
- font-size: 2vw;
- font-weight: 500;
- overflow-y: hidden;
- overflow-x: auto;
- white-space: nowrap
- }
- .template_title::-webkit-scrollbar {
- height: 0.8vw; /* ширина scrollbar */
- }
- .template_title::-webkit-scrollbar-thumb {
- background-color: #d49d51; /* цвет плашки */
- border-radius: 5vw; /* закругления плашки */
- border: 0.25vw solid #ffffff;
- }
- .description {
- background-color: #EDCBB0;
- max-width: 90;
- height: auto;
- height: 15vw;
- min-width: 85%;
- max-width: 85%;
- border-radius: 0.5vw;
- }
- .description_text {
- margin: 0.8vw;
- overflow-wrap: normal; /* не поддерживает IE, Firefox; является копией word-wrap */
- word-wrap: normal;
- word-break: normal; /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
- line-break: auto; /* нет поддержки для русского языка */
- hyphens: manual;
- }
- .description {
- overflow-y: auto;
- }
- .description::-webkit-scrollbar {
- width: 0.8vw; /* ширина scrollbar */
- }
- .description::-webkit-scrollbar-thumb {
- background-color: #d49d51; /* цвет плашки */
- border-radius: 5vw; /* закругления плашки */
- border: 0.25vw solid #ffffff;
- }
- .open_button {
- margin-top: 1vw;
- background-color: #ffffff;
- color: #000000;
- width: 15vw;
- height: 4.5vw;
- vertical-align: middle;
- border-radius: 5vw;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .open_button:hover {
- text-decoration: none;
- color: #000000;
- }
- .open_button_text {
- font-size: 1.5vw;
- margin-top: 15px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .open_button, .open_button_link {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 15vw;
- height: 4.5vw;
- color: #000000;
- }
- .open_button_link:hover {
- text-decoration: none;
- color: #000000;
- }
- .links_block {
- margin-top: 4vw;
- height: 17vw;
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 100%;
- }
- .link_list {
- width: 95%;
- background-color: #EDCBB0;
- height: 16vw;
- border-radius: 1.5vw;
- display: flex;
- align-items: center;
- overflow-x: auto;
- overflow-y: hidden;
- }
- .link_list::-webkit-scrollbar {
- height: 0.8vw; /* ширина scrollbar */
- }
- .link_list::-webkit-scrollbar-thumb {
- background-color: #d49d51; /* цвет плашки */
- border-radius: 5vw; /* закругления плашки */
- border: 0.25vw solid #ffffff;
- }
- .link_block {
- margin: 1vw;
- width: 25vw;
- height: 6vw;
- background-color: #9E795A;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- border-radius: 1vw;
- }
- .link {
- width: auto;
- min-width: 15vw;
- max-width: 20vw;
- height: 6vw;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .link:hover {
- text-decoration: none;
- color: #ffffff;
- }
- .link_text {
- margin-top: 1vw;
- width: 13vw;
- height: 3.5vw;
- color: #ffffff;
- font-size: 2vw;
- overflow-x: auto;
- overflow-y: hidden;
- overflow-wrap: normal; /* не поддерживает IE, Firefox; является копией word-wrap */
- word-wrap: normal;
- word-break: normal; /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
- line-break: auto; /* нет поддержки для русского языка */
- hyphens: manual;
- white-space: nowrap
- }
- .link_text::-webkit-scrollbar {
- height: 0.8vw; /* ширина scrollbar */
- }
- .link_text::-webkit-scrollbar-thumb {
- background-color: #d49d51; /* цвет плашки */
- border-radius: 5vw; /* закругления плашки */
- border: 0.25vw solid #ffffff;
- }
- .add_button, .link_delete, .repeal_button, .submit_button {
- border-radius: 1vw !important;
- margin: 1vw;
- width: 8vw;
- height: 3vw;
- }
- .link_delete, .repeal_button {
- background-color: hsla(0, 100%, 62%, 0.785) !important;
- border-color: hsla(0, 100%, 62%, 0.785) !important;
- }
- .delete_text {
- font-size: 1.3vw;
- }
- .header_link {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .form_link, .file_form {
- width: 90%;
- }
- .link_form {
- display: flex;
- align-items: center;
- flex-direction: row;
- justify-content: center;
- }
- .form_data {
- margin: 0.5vw;
- }
|