Skip to content

Commit 28ace03

Browse files
authored
Update index.css
1 parent 49d4238 commit 28ace03

File tree

1 file changed

+182
-16
lines changed

1 file changed

+182
-16
lines changed

index.css

Lines changed: 182 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
transition: 0.5s;
6868
padding-top: 60px;
6969
}
70-
.sidenav a {
71-
padding: 3px 3px 3px 1px;
70+
.sidenav a {
71+
padding: 8px 8px 8px 32px;
7272
text-decoration: none;
7373
font-size: 25px;
7474
color: #818181;
7575
display: block;
7676
transition: 0.3s;
77-
}
77+
}
7878

7979
.sidenav a:hover {
8080
color: #818181;
@@ -103,13 +103,6 @@
103103
.menuT{
104104
margin-left: 10%;
105105
}
106-
.red {
107-
width: 30px;
108-
height: 30px;
109-
border-radius: 50%;
110-
position: relative;
111-
margin: 1px;
112-
}
113106
.red1 {
114107
width: 30px;
115108
height: 30px;
@@ -230,13 +223,9 @@ p {
230223
}
231224
/* Establece el fondo de toda la página a gris */
232225
body {
233-
height: 100%;
234226
background: #000;
235227
display: flex;
236228
flex-direction: column;
237-
font-family: Arial, sans-serif; /* Tipo de letra */
238-
margin: 0px;
239-
padding: 0;
240229
}
241230

242231
/* Estilo para el contenido principal */
@@ -260,6 +249,8 @@ h1,h2,h3,h4,h5,h6,h7,h8 {
260249
mainTop {
261250
box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
262251
flex: 0;
252+
margin-top:0px;
253+
padding: 20px;
263254
background: #000000;
264255
position: fixed;
265256
width: 100%;
@@ -325,6 +316,8 @@ h1.theme1,h2.theme1,h3.theme1,h4.theme1,h5.theme1,h6.theme1,h7.theme1,h8.theme1
325316
}
326317
mainTop.theme1 {
327318
flex: 0;
319+
margin: 2px;
320+
padding: 25px;
328321
background: linear-gradient(45deg, red, white, blue);
329322
}
330323
.avatar1.theme1 {
@@ -389,6 +382,8 @@ h1.theme2,h2.theme2,h3.theme2,h4.theme2,h5.theme2,h6.theme2,h7.theme2,h8.theme2
389382
}
390383
mainTop.theme2 {
391384
flex: 0;
385+
margin: 2px;
386+
padding: 25px;
392387
background: linear-gradient(45deg, green, yellow, blue, red, pink, cyan);
393388
}
394389
.avatar1.theme2 {
@@ -459,6 +454,8 @@ h1.space,h2.space,h3.space,h4.space,h5.space,h6.space,h7.space,h8.space {
459454
}
460455
mainTop.space {
461456
flex: 0;
457+
margin: 2px;
458+
padding: 25px;
462459
background-image: url(https://live.staticflickr.com/7060/6971643495_05dc317572_b.jpg);
463460
background-size: cover;
464461
background-repeat: no-repeat;
@@ -540,6 +537,8 @@ h1.starwars,h2.starwars,h3.starwars,h4.starwars,h5.starwars,h6.starwars,h7.starw
540537
}
541538
mainTop.starwars {
542539
flex: 0;
540+
margin: 2px;
541+
padding: 40px;
543542
background-image: url(https://images.squarespace-cdn.com/content/v1/531630f6e4b0fa5080a5596f/1845bb78-5fb1-4250-a2b9-e959c995cef9/Star+Wars+v2.jpg);
544543
background-position: 0px;
545544
background-size:cover;
@@ -622,6 +621,8 @@ h1.jurassicworld,h2.jurassicworld,h3.jurassicworld,h4.jurassicworld,h5.jurassicw
622621
}
623622
mainTop.jurassicworld {
624623
flex: 0;
624+
margin: 2px;
625+
padding: 25px;
625626
background-image: url(https://th.bing.com/th/id/OIP.TJK__-FIvQRNVUIPkvJQ9QHaEd);
626627
background-position-y: -50px;
627628
background-size:cover;
@@ -704,6 +705,8 @@ h1.taylorswift,h2.taylorswift,h3.taylorswift,h4.taylorswift,h5.taylorswift,h6.ta
704705
}
705706
mainTop.taylorswift {
706707
flex: 0;
708+
margin: 2px;
709+
padding: 25px;
707710
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRgbFt-ngiiBOWghZHp8cO2TbaIPic31Wv6Qg&s);
708711
background-position-y: -10px;
709712
background-repeat: repeat;
@@ -742,6 +745,169 @@ aside.taylorswift {
742745
background-repeat: repeat;
743746
}
744747

748+
/*Theme 6 Super Heroes*/
749+
p.superheroes {
750+
color: rgb(243, 255, 248);
751+
background-color: rgb(0, 0, 0);
752+
display: block;
753+
}
754+
/* Establece el fondo de toda la página a gris */
755+
body.superheroes {
756+
height: 100%;
757+
display: flex;
758+
flex-direction: column;
759+
font-family: Arial, sans-serif; /* Tipo de letra */
760+
margin: 0;
761+
padding: 0;
762+
background-image: url(https://th.bing.com/th/id/R.6c83f52b1da153957504285959058b46?rik=5kwxZeA0BsJG%2fA&pid=ImgRaw&r=0);
763+
background-size: cover;
764+
background-repeat: no-repeat;
765+
}
766+
/* Estilo para el contenido principal */
767+
main.superheroes {
768+
box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
769+
display: flex;
770+
flex-wrap: wrap;
771+
justify-content: center;
772+
padding: 10px;
773+
flex: 0;
774+
color: white;
775+
margin-top: 175px;
776+
background-image: url(https://www.tuexpertomovil.com/wp-content/uploads/2019/04/fondos-de-pantalla-vengadores-endgame-para-movil-01.jpg);
777+
background-repeat: repeat;
778+
}
779+
h1.superheroes,h2.superheroes,h3.superheroes,h4.superheroes,h5.superheroes,h6.superheroes,h7.superheroes,h8.superheroes {
780+
text-align: center;
781+
color: white;
782+
background-image: url(https://dam.smashmexico.com.mx/wp-content/uploads/2018/04/24160210/lo-que-debes-recordar-avengers-infinity-war.jpg);
783+
background-size: cover;
784+
background-repeat: no-repeat;
785+
}
786+
mainTop.superheroes {
787+
flex: 0;
788+
margin: 2px;
789+
padding: 25px;
790+
background-image: url(https://cdn2.mediotiempo.com/uploads/media/2019/05/05/avengers-internet.jpg);
791+
background-position-y: -10px;
792+
background-repeat: no-repeat;
793+
}
794+
.avatar1.superheroes {
795+
width: 220px;
796+
background-image: url();
797+
background-size: cover;
798+
background-repeat: no-repeat;
799+
}
800+
/* Estilo para los artículos, secciones y barras laterales */
801+
article.superheroes {
802+
border: 1px solid #ddd; /* Borde gris */
803+
margin: 10px;
804+
padding: 10px;
805+
box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra suave */
806+
background-image: url(https://images.hdqwalls.com/download/avengers-infinity-war-movie-bill-poster-7e-1440x900.jpg);
807+
background-position: 0px;
808+
background-repeat: no-repeat;
809+
}
810+
section.superheroes {
811+
border: 1px solid #ddd; /* Borde gris */
812+
margin: 10px;
813+
padding: 10px;
814+
box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra suave */
815+
background-image: url(https://th.bing.com/th/id/OIP.PtMZcfKCKBDrm5mTDmzHHgHaEW?rs=1&pid=ImgDetMain);
816+
background-size:cover;
817+
background-repeat: no-repeat;
818+
}
819+
aside.superheroes {
820+
border: 1px solid #ddd; /* Borde gris */
821+
margin: 10px;
822+
padding: 10px;
823+
box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra suave */
824+
background-image: url(https://static1.moviewebimages.com/wordpress/wp-content/uploads/article/vXIntIpv5EJCrh2WncQ634QBbOLsG3.jpg);
825+
background-position-y: -10px;
826+
background-repeat: repeat;
827+
}
828+
829+
/*Theme 7 Naturaleza: Atardecer/Amanecer*/
830+
p.naturaleza1 {
831+
color: rgb(255, 255, 255);
832+
background: linear-gradient(transparent, rgb(0, 0, 0), transparent);
833+
display: block;
834+
}
835+
/* Establece el fondo de toda la página a gris */
836+
body.naturaleza1 {
837+
height: 100%;
838+
display: flex;
839+
flex-direction: column;
840+
font-family: Arial, sans-serif; /* Tipo de letra */
841+
margin: 0;
842+
padding: 0;
843+
background-image: url(https://th.bing.com/th/id/R.33f8b44abef5e982eba52a061e75528c?rik=A%2fDnI88HMj5p3Q&pid=ImgRaw&r=0);
844+
background-size: cover;
845+
background-repeat: no-repeat;
846+
}
847+
/* Estilo para el contenido principal */
848+
main.naturaleza1 {
849+
box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
850+
display: flex;
851+
flex-wrap: wrap;
852+
justify-content: center;
853+
padding: 10px;
854+
flex: 0;
855+
color: white;
856+
margin-top: 175px;
857+
background-image: url(https://th.bing.com/th/id/OIP.4XAJOA0-q2Aay_f3VfscXwHaEo?w=1920&h=1200&rs=1&pid=ImgDetMain);
858+
background-repeat: repeat;
859+
}
860+
h1.naturaleza1,h2.naturaleza1,h3.naturaleza1,h4.naturaleza1,h5.naturaleza1,h6.naturaleza1,h7.naturaleza1,h8.naturaleza1 {
861+
text-align: center;
862+
color: white;
863+
background-image: url(https://s1.1zoom.me/b5050/892/432626-svetik_1366x768.jpg);
864+
background-size: cover;
865+
background-repeat: no-repeat;
866+
}
867+
mainTop.naturaleza1 {
868+
flex: 0;
869+
margin: 2px;
870+
padding: 25px;
871+
background-image: url(https://th.bing.com/th/id/OIP.T5PqdU-B6jYYqzBPelW2EwHaFj?rs=1&pid=ImgDetMain);
872+
background-position-y: -100px;
873+
background-size: cover;
874+
background-repeat: no-repeat;
875+
}
876+
.avatar1.naturaleza1 {
877+
width: 220px;
878+
background-image: url(https://th.bing.com/th/id/OIP.n-M40oDPAqiNy2sFZoDZeAHaEK?rs=1&pid=ImgDetMain);
879+
background-size: cover;
880+
background-repeat: no-repeat;
881+
}
882+
/* Estilo para los artículos, secciones y barras laterales */
883+
article.naturaleza1 {
884+
border: 1px solid #ddd; /* Borde gris */
885+
margin: 10px;
886+
padding: 10px;
887+
box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra suave */
888+
background-image: url(https://th.bing.com/th/id/R.efa3563dc34b39d6f6b087c20e014608?rik=rR0bIEpvuiFOwQ&pid=ImgRaw&r=0);
889+
background-position: 0px;
890+
background-repeat: no-repeat;
891+
}
892+
section.naturaleza1 {
893+
border: 1px solid #ddd; /* Borde gris */
894+
margin: 10px;
895+
padding: 10px;
896+
box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra suave */
897+
background-image: url(https://w0.peakpx.com/wallpaper/1007/584/HD-wallpaper-nature-nature.jpg);
898+
background-size:cover;
899+
background-repeat: no-repeat;
900+
}
901+
aside.naturaleza1 {
902+
border: 1px solid #ddd; /* Borde gris */
903+
margin: 10px;
904+
padding: 10px;
905+
box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra suave */
906+
background-image: url(https://th.bing.com/th/id/R.d630144c16d6ca1072900d57415a2d72?rik=mZmAuzQBo4Ip9g&pid=ImgRaw&r=0);
907+
background-position-y: -400px;
908+
background-repeat: no-repeat;
909+
}
910+
745911
/* Estilo para el pie de página */
746912
footer {
747913
width: 100%;
@@ -815,7 +981,7 @@ nav a {
815981
background: rgba(0, 0, 0, 0.5);
816982
color: white;
817983
width: 100%;
818-
height: 100%;
984+
height: 120px;
819985
text-align: left;
820986
}
821987
.video:hover .credits {
@@ -830,7 +996,7 @@ nav a {
830996
width: 100%;
831997
height: 100%;
832998
overflow: auto;
833-
background-color: rgba(0,0,0,0.4);
999+
background-color: rgba(124, 10, 255, 0.4);
8341000
}
8351001
#modalContent {
8361002
background-color: #1e4f53;

0 commit comments

Comments
 (0)