Skip to content

Commit 0e0425c

Browse files
authored
Update maquillaje2.css
1 parent eed3d0f commit 0e0425c

File tree

1 file changed

+254
-0
lines changed

1 file changed

+254
-0
lines changed

css/maquillaje2.css

Lines changed: 254 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,260 @@ tr:nth-child(even) {
13751375

13761376

13771377

1378+
1379+
1380+
1381+
1382+
1383+
1384+
1385+
1386+
1387+
1388+
1389+
1390+
1391+
1392+
1393+
1394+
1395+
1396+
1397+
1398+
1399+
/*Code Terminal Block*/
1400+
:root {
1401+
--bg-color: #1e272e;
1402+
--header-color: #e2e2e2;
1403+
--close-btn-color: #ff6059;
1404+
--minimise-btn-color: #ffbd2e;
1405+
--maximise-btn-color: #29ca42;
1406+
}
1407+
1408+
* {
1409+
margin: 0;
1410+
padding: 0;
1411+
}
1412+
1413+
::selection {
1414+
background-color: #5610a7;
1415+
color: #ffffff;
1416+
}
1417+
1418+
.terminal {
1419+
display: block;
1420+
width: auto;
1421+
border-radius: 0.27 rem;
1422+
box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
1423+
min-height: auto;
1424+
background-color: #000000;
1425+
1426+
}
1427+
1428+
.terminal__head {
1429+
color: wheat;
1430+
display: flex;
1431+
align-items: center;
1432+
justify-content: space-between;
1433+
padding: 10px 0;
1434+
background-color: rgb(68, 11, 89);
1435+
border-top-left-radius: 5px;
1436+
border-top-right-radius: 5px;
1437+
}
1438+
1439+
.terminal__controls {
1440+
display: flex;
1441+
gap: 4px;
1442+
}
1443+
1444+
.terminal__title {
1445+
flex-grow: 1;
1446+
}
1447+
1448+
.terminal__title .terminal__title-text {
1449+
text-align: center;
1450+
font-size: 14px;
1451+
}
1452+
1453+
.terminal__head .terminal__button {
1454+
width: 12px;
1455+
height: 12px;
1456+
border-radius: 50%;
1457+
cursor: pointer;
1458+
}
1459+
1460+
.terminal__button--close {
1461+
margin-left: 10px;
1462+
background-color: var(--close-btn-color);
1463+
}
1464+
1465+
.terminal__button--minimise {
1466+
background-color: var(--minimise-btn-color);
1467+
}
1468+
1469+
.terminal__button--maximise {
1470+
background-color: var(--maximise-btn-color);
1471+
}
1472+
1473+
.terminal__body {
1474+
padding: 0 10px;
1475+
}
1476+
1477+
.terminal__code {
1478+
text-align: left;
1479+
color: #ee64de;
1480+
}
1481+
1482+
.terminal__code-language {
1483+
display: block;
1484+
color: #fafafa;
1485+
line-height: 2rem;
1486+
text-align: left;
1487+
}
1488+
1489+
.terminal__commands-list {
1490+
list-style: none;
1491+
}
1492+
1493+
.terminal__commands-list .terminal__command--input:last-child::after {
1494+
content: "\25A0"; /* Unicode code point for a block symbol */
1495+
font-size: 14px;
1496+
vertical-align: middle;
1497+
animation: 1.2s fade infinite;
1498+
}
1499+
1500+
@keyframes fade {
1501+
from {
1502+
opacity: 0;
1503+
}
1504+
to {
1505+
opacity: 1;
1506+
}
1507+
}
1508+
1509+
1510+
1511+
/* BLOG ARTICULOS ENTRADAS*/
1512+
1513+
.bloque-texto {
1514+
font-size: 18px;
1515+
width: auto;
1516+
color: #5f2572;
1517+
background:rgba(222, 178, 240, 0.753);
1518+
filter: drop-shadow(0 10px 15px rgb(205, 56, 175));
1519+
margin:20px;
1520+
padding:100px;
1521+
border-radius: 4px;
1522+
text-align: justify;
1523+
margin-left: 100px;margin-right: 100px;
1524+
flex:1;
1525+
display: block;
1526+
flex-wrap:wrap;
1527+
}
1528+
1529+
1530+
1531+
/* Imagenes Galería Articulos*/
1532+
.img-articulos{display: inline-block;width: 400px;height: auto;filter: drop-shadow(0 10px 15px rgb(132, 19, 155));border-radius: 15px;cursor:zoom-in;margin: 5px;}
1533+
#img-articulos-click{display: none;}
1534+
#img-articulos-click:checked + label > img {width:900px;height: auto;margin: 0px;}
1535+
#img-articulos-click2{display: none;}
1536+
#img-articulos-click2:checked + label > img {width:900px;height: auto;margin: 0px;}
1537+
#img-articulos-click3{display: none;}
1538+
#img-articulos-click3:checked + label > img {width:900px;height: auto;margin: 0px;}
1539+
#img-articulos-click4{display: none;}
1540+
#img-articulos-click4:checked + label > img {width:900px;height: auto;margin: 0px;}
1541+
#img-articulos-click5{display: none;}
1542+
#img-articulos-click5:checked + label > img {width:900px;height: auto;margin: 0px;}
1543+
#img-articulos-click6{display: none;}
1544+
#img-articulos-click6:checked + label > img {width:900px;height: auto;margin: 0px;}
1545+
#img-articulos-click7{display: none;}
1546+
#img-articulos-click7:checked + label > img {width:900px;height: auto;margin: 0px;}
1547+
#img-articulos-click8{display: none;}
1548+
#img-articulos-click8:checked + label > img {width:900px;height: auto;margin: 0px;}
1549+
#img-articulos-click9{display: none;}
1550+
#img-articulos-click9:checked + label > img {width:900px;height: auto;margin: 0px;}
1551+
#img-articulos-click10{display: none;}
1552+
#img-articulos-click10:checked + label > img {width:900px;height: auto;margin: 0px;}
1553+
#img-articulos-click11{display: none;}
1554+
#img-articulos-click11:checked + label > img {width:900px;height: auto;margin: 0px;}
1555+
#img-articulos-click12{display: none;}
1556+
#img-articulos-click12:checked + label > img {width:900px;height: auto;margin: 0px;}
1557+
#img-articulos-click13{display: none;}
1558+
#img-articulos-click13:checked + label > img {width:900px;height: auto;margin: 0px;}
1559+
#img-articulos-click14{display: none;}
1560+
#img-articulos-click14:checked + label > img {width:900px;height: auto;margin: 0px;}
1561+
#img-articulos-click15{display: none;}
1562+
#img-articulos-click15:checked + label > img {width:900px;height: auto;margin: 0px;}
1563+
#img-articulos-click16{display: none;}
1564+
#img-articulos-click16:checked + label > img {width:900px;height: auto;margin: 0px;}
1565+
#img-articulos-click17{display: none;}
1566+
#img-articulos-click17:checked + label > img {width:900px;height: auto;margin: 0px;}
1567+
#img-articulos-click18{display: none;}
1568+
#img-articulos-click18:checked + label > img {width:900px;height: auto;margin: 0px;}
1569+
#img-articulos-click19{display: none;}
1570+
#img-articulos-click19:checked + label > img {width:900px;height: auto;margin: 0px;}
1571+
#img-articulos-click20{display: none;}
1572+
#img-articulos-click20:checked + label > img {width:900px;height: auto;margin: 0px;}
1573+
#img-articulos-click21{display: none;}
1574+
#img-articulos-click21:checked + label > img {width:900px;height: auto;margin: 0px;}
1575+
#img-articulos-click22{display: none;}
1576+
#img-articulos-click22:checked + label > img {width:900px;height: auto;margin: 0px;}
1577+
#img-articulos-click23{display: none;}
1578+
#img-articulos-click23:checked + label > img {width:900px;height: auto;margin: 0px;}
1579+
#img-articulos-click24{display: none;}
1580+
#img-articulos-click24:checked + label > img {width:900px;height: auto;margin: 0px;}
1581+
#img-articulos-click25{display: none;}
1582+
#img-articulos-click25:checked + label > img {width:900px;height: auto;margin: 0px;}
1583+
#img-articulos-click26{display: none;}
1584+
#img-articulos-click26:checked + label > img {width:900px;height: auto;margin: 0px;}
1585+
#img-articulos-click27{display: none;}
1586+
#img-articulos-click27:checked + label > img {width:900px;height: auto;margin: 0px;}
1587+
#img-articulos-click28{display: none;}
1588+
#img-articulos-click28:checked + label > img {width:900px;height: auto;margin: 0px;}
1589+
#img-articulos-click29{display: none;}
1590+
#img-articulos-click29:checked + label > img {width:900px;height: auto;margin: 0px;}
1591+
#img-articulos-click30{display: none;}
1592+
#img-articulos-click30:checked + label > img {width:900px;height: auto;margin: 0px;}
1593+
#img-articulos-click31{display: none;}
1594+
#img-articulos-click31:checked + label > img {width:900px;height: auto;margin: 0px;}
1595+
#img-articulos-click32{display: none;}
1596+
#img-articulos-click32:checked + label > img {width:900px;height: auto;margin: 0px;}
1597+
#img-articulos-click33{display: none;}
1598+
#img-articulos-click33:checked + label > img {width:900px;height: auto;margin: 0px;}
1599+
1600+
1601+
1602+
1603+
1604+
1605+
1606+
1607+
1608+
1609+
1610+
1611+
1612+
1613+
1614+
1615+
1616+
1617+
1618+
1619+
1620+
1621+
1622+
1623+
1624+
1625+
1626+
1627+
1628+
1629+
1630+
1631+
13781632

13791633
/*Responsive*/
13801634

0 commit comments

Comments
 (0)