Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adullact
Theme-WordPress-Adullact-org
Commits
bb0bce0a
Commit
bb0bce0a
authored
Feb 12, 2020
by
N. Peraldi
Browse files
feat: add custom font & improve visuals
parent
146ca6c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
fonts/Gravity-Regular.otf
0 → 100644
View file @
bb0bce0a
File added
style.css
View file @
bb0bce0a
...
...
@@ -7,6 +7,17 @@
Template: twentyseventeen
Version: 0.8
*/
/*************************************************************/
/*classes wordpress*/
/*************************************************************/
@font-face
{
font-family
:
"GravityAdullact"
;
src
:
url("fonts/Gravity-Regular.otf")
;
}
*
{
font-family
:
GravityAdullact
,
serif
;
}
/*************************************************************/
...
...
@@ -168,7 +179,7 @@ input[type="search"] {
.adullact-cadre
{
background-color
:
#F1F1F1
;
width
:
9em
;
width
:
250px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
...
...
@@ -213,24 +224,25 @@ input[type="search"] {
}
.adullact-cadre-article
{
width
:
14em
;
width
:
250px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
flex-start
;
padding
:
10px
;
background-color
:
#F1F1F1
;
font-size
:
1em
;
margin
:
0.7em
3%
;
}
.adullact-cadre-article
p
{
margin
:
0
;
font-weight
:
bold
;
margin-bottom
:
1em
;
}
.adullact-cadre-article
img
{
width
:
100%
;
height
:
auto
;
margin-bottom
:
1em
;
}
...
...
tribe-events/tribe-events.css
View file @
bb0bce0a
...
...
@@ -4,4 +4,7 @@
}
#tribe-events-pg-template
,
.tribe-events-pg-template
{
max-width
:
900px
;
}
#tribe-events-header
{
display
:
none
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment