Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');
- @import url('https://fonts.googleapis.com/css?family=Poiret+One');
- /* Стили Шапки */
- header {
- padding-left: 20px;
- line-height: 20px;
- padding-top: 50px;
- color: white;
- background-color: black;
- height: 120px;
- width: 100%;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- }
- header h2 {
- padding-top: 15px;
- font-size: 40px;
- }
- header p {
- font-size: 24px;
- }
- header img {
- float: right;
- display: inline-block;
- margin-right: 50px;
- margin-top: -15px;
- }
- header h1 {
- float: right;
- font-size: 30px;
- display: inline-block;
- margin-right: 50px;
- margin-top: 30px;
- }
- /* Контент */
- .clear {
- clear: both;
- }
- .content {
- padding-top: 50px;
- display: block;
- width: 100%;
- height: 2200px;
- background-image: url(images/wallpaper_background.png);
- }
- .all {
- margin-left: 20px;
- font-family: 'Poiret One', cursive;
- font-size: 30px;
- padding-left: 15px;
- line-height: 75px;
- color: white;
- background-color: black;
- height: 75px;
- width: 900px;
- }
- .article {
- display: flex;
- justify-content: space-between;
- color: white;
- font-family: 'Poiret One', cursive;
- font-size: 28px;
- margin-left: 20px;
- margin-top: 20px;
- background-color: black;
- height: 60px;
- line-height: 60px;
- padding-left: 15px;
- width: 900px;
- }
- .end {
- display: flex;
- }
- .img {
- padding-left: 20px;
- }
- .flex {
- padding-bottom: 50px;
- }
- /* Сайдбар [Right] */
- .sidebar {
- float: right;
- padding-right: 20px;
- padding-top: 18px;
- }
- .sidebar input {
- height: 30px;
- width: 150px;
- padding-left: 50px;
- }
- .sidebar button {
- color: #fff;
- /* цвет текста */
- text-decoration: none;
- /* убирать подчёркивание у ссылок */
- /* убирать выделение текста */
- background: rgb(212, 75, 56);
- /* фон кнопки */
- padding: .7em 1.5em;
- /* отступ от текста */
- outline: none;
- /* убирать контур в Mozilla */
- }
- .sidebar button:hover {
- background: rgb(232, 95, 76);
- }
- /* при наведении курсора мышки */
- .sidebar button:active {
- background: rgb(152, 15, 0);
- }
- /* при нажатии */
- a {
- text-decoration: none;
- }
- .user a {
- border: 1px solid white;
- color: white;
- padding: 5px 35px 10px 20px;
- }
- .user {
- margin-top: 20px;
- font-family: 'Poiret One', cursive;
- display: flex;
- flex-direction: column;
- padding-top: 30px;
- padding-left: 20px;
- background-color: black;
- height: 100px;
- width: 270px;
- }
- .categories {
- color: white;
- font-family: 'Poiret One', cursive;
- font-size: 28px;
- margin-top: 20px;
- background-color: black;
- height: 400px;
- }
- .categories a {
- font-family: 'Poiret One', cursive;
- color: white;
- }
- .categories p {
- text-align: center;
- padding-top: 50px;
- margin-bottom: 20px;
- }
Advertisement
Add Comment
Please, Sign In to add comment