Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- background-color: #F2FFFC;
- font-family: "Crimson Text", serif;
- font-size: 120%;
- line-height: 1.5;
- }
- .titulo-principal{
- background-color: #851944;
- color: white;
- text-align: center;
- font-family: "Open Sans Condensed", sans-serif;
- padding: 25px;
- border-bottom: 10px solid black;
- font-size: 60px;
- text-transform: uppercase;
- }
- aside h1{
- font-size: 30px;
- line-height: 25px;
- }
- main div{
- width: 720px;
- padding: 30px 0;
- margin: auto;
- }
- p{
- text-align: justify;
- margin: 20px 0;
- }
- .h1-aside{
- text-transform: uppercase;
- }
- .titulo-secundario{
- font-size: 30px;
- font-family: "Open Sans Condensed", sans-serif;
- }
- .citação{
- background-color: #D3DDDA;
- padding: 20px;
- border: 10px solid #C2CCCA;
- margin: 20px 40px;
- width: 250px;
- box-sizing: border-box;
- }
- .navegação-site {
- background-color: #3C1D3D;
- color: #F2FFFC;
- padding: 20px;
- text-align: center;
- font-family: "Open Sans Condensed" sans-serif;
- text-transform: uppercase;
- }
- .icones_sociais li{
- display: inline-block;
- }
- .icones_sociais a{
- width: 40px;
- height: 40px;
- display: inline-block;
- text-indent: -12312904px;
- }
- .github{
- background-image: url(github.png);
- }
- .twitter{
- background-image: url(twitter.png);
- }
- .linkedin{
- background-image: url(linkedin.png)
- }
- .icones_rodapé{
- margin: 0;
- }
- #rodapé-pagina {
- background-color: #000;
- color: #F2FFFC;
- padding: 5px;
- }
- nav a {
- color: #F2FFFC;
- text-transform: lowercase;
- }
- main a {
- color: #851944;
- }
- aside a {
- color: inherit;
- font-family: "Open Sans Condensed", sans-serif;
- }
- strong{
- font-weight: bold;
- }
- em{
- font-style: italic;
- }
- .artigo-blog{
- padding:20px 0;
- border-bottom: 2px solid #ccc;
- margin-bottom: 20px;
- }
- .leia-mais{
- font-size: 24px;
- padding: 8px;
- margin: 16px 0;
- text-align: center;
- display: block;
- background-color: #E6E7E8;
- }
Add Comment
Please, Sign In to add comment