added details
This commit is contained in:
@@ -1,2 +1,33 @@
|
||||
|
||||
#cv_infos {
|
||||
margin: 10px 10px 30px 10px;
|
||||
}
|
||||
#cv_infos h1,
|
||||
#cv_infos h2,
|
||||
#cv_infos h3,
|
||||
#cv_infos h4,
|
||||
#cv_infos h5,
|
||||
#cv_infos h6 {
|
||||
/*
|
||||
place-self: center;
|
||||
margin-left: var(--list-padding);
|
||||
*/
|
||||
}
|
||||
#cv_infos details {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
#cv_infos summary {
|
||||
/*
|
||||
*/
|
||||
margin-left: var(--list-padding);
|
||||
}
|
||||
#cv_infos summary + * {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
details summary {
|
||||
/*
|
||||
list-style-type: none;
|
||||
*/
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
.mouse {
|
||||
position: relative;
|
||||
margin: 20px 0px 0px 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
.frames_container {
|
||||
display: grid;
|
||||
|
||||
24
styles/elements/test.css
Normal file
24
styles/elements/test.css
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
#test::after {
|
||||
content: " \a \a \a \a \a \a \a \a \a \a \a \a \a \a \a ";
|
||||
white-space: pre-wrap;
|
||||
/*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
*/
|
||||
}
|
||||
@@ -1,2 +1,8 @@
|
||||
#role_title {
|
||||
|
||||
#role_title #name {
|
||||
margin:30px 0px 40px 0px;
|
||||
}
|
||||
#role_title #title {
|
||||
margin:30px 0px 40px 0px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user