@charset "UTF-8";
/* CSS Document */
/*---fondo---*/
body {background:#2D2D2D; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif}
a{ text-decoration:none; color:#FFFFFF}
a:hover { text-decoration:underline;}
#wrap {width:960px; margin:auto; clear:both}
/*---header---*/
header {width:100%; float:left; background: #f0f9ff; background: rgb(255,183,107); background: rgb(245,246,246); height:50%; /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
box-shadow:0px 3px 5px #000000;
-moz-box-shadow:0px 3px 5px #000000;
-webkit-box-shadow:0px 3px 5px #000000
}
#subheader { width:960px; margin:auto;}
#logotipo {float:left; width:300px; padding:10px 0px;}
#logotipo {font-family: Helvetica Neue;
font-size:50px; color:#000000;}
# logotipo a:hover{ text-decoration:none;}
/*menu*/
header #subheader nav { float:left; width:600px; padding: 30px 0px;
text-align:right}
header #subheader nav ul li{display:inline; font-family:helvetica;
}
header #subheader nav ul li a{ color:#000000; font-size:18px;
padding:10px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;}
header #subheader nav ul li a:hover { color:#FFF; background:#1798af; background-size:5px;
text-decoration:none;}
/*main*/
#main {width:100%;
margin:20px 0px 0px 0px; float:left;}
/*slideshow*/
#slideshow { width:920px;
height:260px;
float:left;
background:#000000;
border:solid 20px #fff;
margin-bottom:10px;
}
#slideshow .pagination { margin:26px 0px; width:100px;}
#slideshow .pagination ul li {float:left;
margin:0px 5px;
list-style:none}
#slideshow img {width:920px; height:260px;}
#slideshow .pagination ul li a{ display: block; width:12px;
height:0px;
padding-top:12px;
background:#fff;
float:left;
overflow:hidden; border-radius:10px;-moz-border-radius:10px;
-webkit-border-radius:10px;}
/*---bienvenidos*/
#bienvenidos { width:920px;
float:left; padding:20px; background: rgb(45,76,30); /* Old browsers */
background: -moz-linear-gradient(top, rgba(45,76,30,1) 0%, rgba(117,137,12,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,76,30,1)), color-stop(100%,rgba(117,137,12,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4c1e', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
; margin:20px 0px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow:0px 2px 2px #000000;
-moz-box-shadow:0px 2px 2px #000000;
-webkit-box-shadow:0px 2px 2px #000000;}
#bienvenidos article h3 { font-family:helvetica neue; color:#fff;
font-size:40px; margin-bottom:10px;}
#bienvenidos article { color:#fff; line-height:27px
;}
/*contenido*/
#contenido {width:700px; float:left;}
#contenido article {float:left; margin-bottom:20px; }
#contenido article .titulo { font-size:22px; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; color:#fff;}
#contenido article .fecha {font-size:14px; color:#1798af; margin-bottom:5px;}
#contenido article .thumb { width:220px;
height:150px; float:left; margin:0px 10px 10px 0px}
#contenido article > p { color:#8c8c8c; font-size:14px;
text-align:justify;}
/*sidebar*/
aside {width:220px; float:left; margin-left:20px; background:#4d78b3; padding:10px 10px 0px 10px;
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
aside .widget { margin-bottom:10px; float:left;}
aside .widget > h3 { background:#fff; color:#4d78b3;
width:220px;
padding:10px 0px;
text-align: center;
font-weight:bold; margin-bottom:10px;}
aside .widget a { color:#fff;}
aside .wideget ul li {margin-bottom:5px;}
aside .widget img {width:120px;}

More Related Content

DOCX
PPT
Learn to love CSS3 | Joomla! Day Deutschland
PPT
Learn to Love CSS3 [English]
KEY
CSS3 is Not Magic Pixie Dust
PDF
Refresh Tallahassee: The RE/MAX Front End Story
PDF
The CSS of Tomorrow (Front Row 2011)
DOCX
popular posts widget
TXT
Css3 process bar
Learn to love CSS3 | Joomla! Day Deutschland
Learn to Love CSS3 [English]
CSS3 is Not Magic Pixie Dust
Refresh Tallahassee: The RE/MAX Front End Story
The CSS of Tomorrow (Front Row 2011)
popular posts widget
Css3 process bar

What's hot (8)

PPT
CSS3 pronti all'uso
TXT
Zebra
PPTX
PDF
CSS3 Tips & Techniques
KEY
Css3
PPT
Css A Triedna Spolocnost
PDF
JS Plugin
PDF
HTML5 e Css3 - 4 | WebMaster & WebDesigner
CSS3 pronti all'uso
Zebra
CSS3 Tips & Techniques
Css3
Css A Triedna Spolocnost
JS Plugin
HTML5 e Css3 - 4 | WebMaster & WebDesigner
Ad

Viewers also liked (19)

DOC
127 kg chuyen, 2012
PDF
Academic writing (hay)
RTF
Se wlist f3
DOCX
Tentatif Minggu Jalinan Mesra Kolej UNITI 4 / 2015
PPT
Back to School Night
DOCX
Rewrite sentences (hay)
DOC
Rewriting
PDF
NORMA TÉCNICA-RESOLUCIÓN VICEMINISTERIAL N° 091-2015-MINEDU
DOCX
Tenses review-second-term
DOC
128 kg chuyen, 2012
DOC
Mot so bai toan hay ve sat va cac oxit sat
DOC
80 bai tap hoa dai cuong ve kim loai co dap an
DOC
Bài giảng qui hoạch tuyến tính phương pháp đơn hình
PDF
Phương pháp đồ thị trong giải trắc nghiệm Hóa học
PDF
15 câu hỏi ứng dụng – thí nghiệm
DOC
Cac bai tap kinh dien va cach giai hno3
PDF
Chuyên đề kim loại tác dụng với dung dịch muối
DOC
Bài tập về axit nitric cực hay
DOC
127 kg chuyen, 2012
Academic writing (hay)
Se wlist f3
Tentatif Minggu Jalinan Mesra Kolej UNITI 4 / 2015
Back to School Night
Rewrite sentences (hay)
Rewriting
NORMA TÉCNICA-RESOLUCIÓN VICEMINISTERIAL N° 091-2015-MINEDU
Tenses review-second-term
128 kg chuyen, 2012
Mot so bai toan hay ve sat va cac oxit sat
80 bai tap hoa dai cuong ve kim loai co dap an
Bài giảng qui hoạch tuyến tính phương pháp đơn hình
Phương pháp đồ thị trong giải trắc nghiệm Hóa học
15 câu hỏi ứng dụng – thí nghiệm
Cac bai tap kinh dien va cach giai hno3
Chuyên đề kim loại tác dụng với dung dịch muối
Bài tập về axit nitric cực hay
Ad

Similar to Css (17)

DOC
Simple Blue Blog Template XML 的副本
DOCX
cssstyle.cssbody { font-family Montserrat, Arial, sa
KEY
Simplifying CSS With Sass
PDF
Sassive Aggressive: Using Sass to Make Your Life Easier (NSWG Version)
DOC
Theme futura suicida não use como base e nem copie
DOC
Theme futura suicida não use como base e nem copie
DOCX
Chapter 6 TemplateWeek 6csshomework.css html {.docx
KEY
Liquid pres
KEY
Liquid pres
KEY
Liquid pres
KEY
Liquid pres
TXT
DOCX
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
KEY
Messy css
PDF
Making Links Magical Again with CSS
Simple Blue Blog Template XML 的副本
cssstyle.cssbody { font-family Montserrat, Arial, sa
Simplifying CSS With Sass
Sassive Aggressive: Using Sass to Make Your Life Easier (NSWG Version)
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
Chapter 6 TemplateWeek 6csshomework.css html {.docx
Liquid pres
Liquid pres
Liquid pres
Liquid pres
cssblocks.css.b_page{ width 930px; margin 0 auto; position.docx
Messy css
Making Links Magical Again with CSS

More from Abdel Suarez (20)

PDF
Dibujando art droid pc
PDF
Barra social
PDF
PDF
La publicidad
PDF
Presentación proyecto integrador
PDF
Creatividad
PDF
Comunicación (Doc de la U. Nacional)
PDF
Comunicación
PDF
PDF
Maqueta
PDF
Ejercicio
PDF
Ejercicio
PDF
Ejercicio
PDF
Css intro
PDF
Visual marca
PDF
Diseño Básico Fundamentos
PDF
Estructura
PDF
Positivo negativo
PDF
Interrelaciondeformas 130912083748-phpapp01
PDF
Listas
Dibujando art droid pc
Barra social
La publicidad
Presentación proyecto integrador
Creatividad
Comunicación (Doc de la U. Nacional)
Comunicación
Maqueta
Ejercicio
Ejercicio
Ejercicio
Css intro
Visual marca
Diseño Básico Fundamentos
Estructura
Positivo negativo
Interrelaciondeformas 130912083748-phpapp01
Listas

Recently uploaded (20)

PDF
This presentation is made for a design foundation class at Avantika Universit...
PDF
Jamil Islam, Diplpma in Electrical Engineer,CV.pdf
PPT
GIT Bleeding presentation for undergrads
PPTX
History.pptxjsjsiisjjsjsidididididididksk
PDF
jyg7ur7rtb7ur57vr65r7t7b7i6t7r65rb57t76bt
PDF
Designing Through Complexity - Four Perspectives.pdf
PPT
1 Introduction Product Design and Development
PPTX
Chapter-3-educ-8 Program outcomes & SLOs
PPTX
G4Q2W1 PPT SCIENCE (MATATAG) @Sir Ims.pptx
PPTX
CVS MODULE 2.pptxjjjjjjjjjjjjkkkkjjiiiiii
PPTX
ACL English Introductionadsfsfadf 20200612.pptx
PPTX
DAVtryruresytsayryeryyryurtuCPS -STEM.pptx
PPTX
class12chemicalkinetics-240104162115-fe1ed3c1.pptx
PDF
Humans do not die they live happily without
PDF
Interior_Design_and_Interior_Architectur.pdf
PDF
ARCHITECTURE LIENSURE EXAMINATION FLASHCARDS REVIEW
PPTX
immunotherapy.pptx in pregnancy outcome f
PPTX
Textile fibers are classified based on their origin, composition, and structu...
PPT
Wheezing1.ppt powerpoint presentation for
PDF
Kindly check my updated curriculum Vitae
This presentation is made for a design foundation class at Avantika Universit...
Jamil Islam, Diplpma in Electrical Engineer,CV.pdf
GIT Bleeding presentation for undergrads
History.pptxjsjsiisjjsjsidididididididksk
jyg7ur7rtb7ur57vr65r7t7b7i6t7r65rb57t76bt
Designing Through Complexity - Four Perspectives.pdf
1 Introduction Product Design and Development
Chapter-3-educ-8 Program outcomes & SLOs
G4Q2W1 PPT SCIENCE (MATATAG) @Sir Ims.pptx
CVS MODULE 2.pptxjjjjjjjjjjjjkkkkjjiiiiii
ACL English Introductionadsfsfadf 20200612.pptx
DAVtryruresytsayryeryyryurtuCPS -STEM.pptx
class12chemicalkinetics-240104162115-fe1ed3c1.pptx
Humans do not die they live happily without
Interior_Design_and_Interior_Architectur.pdf
ARCHITECTURE LIENSURE EXAMINATION FLASHCARDS REVIEW
immunotherapy.pptx in pregnancy outcome f
Textile fibers are classified based on their origin, composition, and structu...
Wheezing1.ppt powerpoint presentation for
Kindly check my updated curriculum Vitae

Css

  • 1. @charset "UTF-8"; /* CSS Document */ /*---fondo---*/ body {background:#2D2D2D; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif} a{ text-decoration:none; color:#FFFFFF} a:hover { text-decoration:underline;} #wrap {width:960px; margin:auto; clear:both} /*---header---*/ header {width:100%; float:left; background: #f0f9ff; background: rgb(255,183,107); background: rgb(245,246,246); height:50%; /* Old browsers */ background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */ box-shadow:0px 3px 5px #000000; -moz-box-shadow:0px 3px 5px #000000; -webkit-box-shadow:0px 3px 5px #000000 } #subheader { width:960px; margin:auto;} #logotipo {float:left; width:300px; padding:10px 0px;} #logotipo {font-family: Helvetica Neue; font-size:50px; color:#000000;} # logotipo a:hover{ text-decoration:none;} /*menu*/ header #subheader nav { float:left; width:600px; padding: 30px 0px; text-align:right} header #subheader nav ul li{display:inline; font-family:helvetica; } header #subheader nav ul li a{ color:#000000; font-size:18px; padding:10px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;} header #subheader nav ul li a:hover { color:#FFF; background:#1798af; background-size:5px; text-decoration:none;} /*main*/ #main {width:100%; margin:20px 0px 0px 0px; float:left;} /*slideshow*/ #slideshow { width:920px; height:260px; float:left; background:#000000; border:solid 20px #fff; margin-bottom:10px; } #slideshow .pagination { margin:26px 0px; width:100px;} #slideshow .pagination ul li {float:left; margin:0px 5px; list-style:none} #slideshow img {width:920px; height:260px;} #slideshow .pagination ul li a{ display: block; width:12px; height:0px; padding-top:12px; background:#fff; float:left; overflow:hidden; border-radius:10px;-moz-border-radius:10px; -webkit-border-radius:10px;} /*---bienvenidos*/ #bienvenidos { width:920px; float:left; padding:20px; background: rgb(45,76,30); /* Old browsers */ background: -moz-linear-gradient(top, rgba(45,76,30,1) 0%, rgba(117,137,12,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,76,30,1)), color-stop(100%,rgba(117,137,12,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(45,76,30,1) 0%,rgba(117,137,12,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4c1e', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */ ; margin:20px 0px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:0px 2px 2px #000000; -moz-box-shadow:0px 2px 2px #000000; -webkit-box-shadow:0px 2px 2px #000000;} #bienvenidos article h3 { font-family:helvetica neue; color:#fff; font-size:40px; margin-bottom:10px;} #bienvenidos article { color:#fff; line-height:27px ;} /*contenido*/ #contenido {width:700px; float:left;} #contenido article {float:left; margin-bottom:20px; } #contenido article .titulo { font-size:22px; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; color:#fff;} #contenido article .fecha {font-size:14px; color:#1798af; margin-bottom:5px;} #contenido article .thumb { width:220px; height:150px; float:left; margin:0px 10px 10px 0px} #contenido article > p { color:#8c8c8c; font-size:14px; text-align:justify;} /*sidebar*/ aside {width:220px; float:left; margin-left:20px; background:#4d78b3; padding:10px 10px 0px 10px; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px} aside .widget { margin-bottom:10px; float:left;} aside .widget > h3 { background:#fff; color:#4d78b3; width:220px; padding:10px 0px; text-align: center; font-weight:bold; margin-bottom:10px;} aside .widget a { color:#fff;} aside .wideget ul li {margin-bottom:5px;} aside .widget img {width:120px;}