Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* maziekeen's theme 212
- css part */
- /* container wrapping everything */
- .layout-container {
- max-width: 540px;
- min-width: 300px;
- line-height: 150%;
- box-sizing: border-box;
- text-align: left;
- }
- /* each profile box */
- .profile {
- margin-bottom: 25px;
- outline: 1px solid #f5f5f5; /* you'll have to change the color here, or delete this line if you don't want the border */
- }
- /* each row wrapping the first info,
- ex: 1 row: full name and main aliases, 2 row: birth year and species/gender */
- .profile-row {
- display: flex;
- justify-content: center;
- }
- /* each info individually (name and description), full name is an info, main aliases is an info, links is an info, birth year is an info */
- .profile-info {
- width: 100%;
- display: inline-block;
- margin: 5px 15px;
- }
- .profile-title {
- font-weight: bold;
- padding: 0 5px 0;
- display: block;
- text-transform: uppercase;
- }
- .profile-description {
- max-height: 200px;
- padding: 0 5px 0;
- display: inline-block;
- overflow: auto;
- }
- /* maziekeen's theme 212
- css part */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement