Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
iguir2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pet-estatistica
iguir2
Commits
7bb3c890
Commit
7bb3c890
authored
9 years ago
by
Eduardo E. R. Junior
Browse files
Options
Downloads
Patches
Plain Diff
Adiciona estilo para as galerias de exemplos
parent
b67e1cfc
No related branches found
No related tags found
1 merge request
!9
Issue#11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
galery.css
+90
-0
90 additions, 0 deletions
galery.css
with
90 additions
and
0 deletions
galery.css
0 → 100644
+
90
−
0
View file @
7bb3c890
/* Tamanho de fonte do texto */
body
,
td
,
caption
{
font-family
:
"Palatino Linotype"
,
"Book Antiqua"
,
Palatino
,
serif
;
background-color
:
#FFF
;
font-size
:
20px
;
}
p
{
margin
:
0px
10px
10px
;
}
/* Configura o estilo do título */
#header
{
/* background-color: #F6F6F6; */
border-top
:
2px
solid
#A96CBA
;
border-right
:
0px
solid
black
;
border-bottom
:
2px
solid
#A96CBA
;
border-left
:
0px
solid
black
;
padding
:
10px
;
margin
:
20px
;
}
h1
.title
{
text-align
:
center
}
h4
.author
{
text-align
:
center
}
h4
.date
{
text-align
:
center
}
h4
{
text-align
:
center
}
/* Configura a tabela de conteúdo */
#TOC
{
clear
:
both
;
margin
:
10px
0px
0px
30px
;
padding
:
10px
;
width
:
400px
;
border
:
1px
solid
#CCC
;
border-radius
:
0px
;
background-color
:
#F6F6F6
;
font-size
:
15px
;
line-height
:
1.5
;
}
/* Configura a formatação dos capitulos (headers) */
h2
,
.h2
{
font-size
:
30px
;
border-top
:
0px
solid
black
;
border-right
:
0px
solid
black
;
border-bottom
:
2px
solid
#A96CBA
;
border-left
:
0px
solid
black
;
width
:
40%
}
/* Customização do ambiente de código */
tt
,
code
,
pre
{
font-family
:
"Ubuntu Mono"
,
"DejaVu Sans Mono"
,
monospace
;
}
pre
{
display
:
block
;
padding
:
9.5px
;
margin
:
0px
0px
10px
;
font-size
:
20px
;
line-height
:
22px
;
word-break
:
break-all
;
word-wrap
:
break-word
;
white-space
:
pre-wrap
;
background-color
:
rgba
(
195
,
132
,
109
,
0.11
);
border
:
3px
solid
#CCC
;
border-radius
:
0px
;
}
pre
.comment
{
color
:
#7B7B05
;
font-style
:
italic
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment