* { box-sizing: border-box; } h1 { color: #154734; font-weight: bold; } body{ background-color: #4D5157; } .moveOn{ display: inline-block; border: none; padding: 6px 12px; margin-botton: 0; font-size: 1rem; font-weight: normal; text-align: center; cursor: pointer; border-radius: 4px; background-color: #4BB543; color: white; } button:disabled{ opacity: 0.5; cursor: not-allowed; } input[type=text] { width: 100%; } /* Modal Stuff */ .avatar { border-radius: 20px; width: 100%; max-width: 15rem; } .modalHeaderWrapper{ text-align: center; margin: 0; width: 100%; } .modalButton{ display: inline-block; padding: 6px 12px; margin-left: 30px; background-color: rgba(0,136,169,1); border: none; border-radius: 50px; cursor: pointer; transition: all 0.3 ease 0; font-size: 1rem; } .modalButton:hover{ background-color: rgba(0,136,169,0.8); } /* Main Stuff*/ .main{ background-color: #2f2f2f; margin: 10 10%; } .nav-tabs { display: flex; justify-content: center; } .wrapper{ display: flex; justify-content: center; } .plakatWrapper{ width: 60%; overflow-wrap: break-word; position: relative; overflow: hidden; clear: both; } .inputWrapper{ padding-left: 2rem; display: flex; flex-direction: column; justify-content: right; align-items: center; } /* Input stuff*/ select{ height: 3rem; font-size: 2rem; } label{ padding: 1rem; font-size: 1.2rem; } input { height: 2rem; width: 75%; } .inputWrapper button { margin-top: 1rem; } .inputWrapper button { background-color: #596B6E; border: none; border-radius: 4px; font-size:1.3rem; color:white; padding: 5px; } .inputWrapper button:disabled { cursor: not-allowed; opacity: 0.5; } select:disabled{cursor: not-allowed} input:disabled{ cursor: not-allowed opacity: 0.5; } .reset{ background-color: red !important; } /*Plakatid*/ .stalin { background: url("img/stalin.jpg") no-repeat center; background-size: 100% 100%; font-size: 1rem; text-align: center; color: black; } .veekogud { background: url("img/veekogud.jpg") no-repeat center; background-size: 100% 100%; font-size: 1rem; text-align: center; color: black; } .malev { background: url("img/malev.jpg") no-repeat center; background-size: 100% 100%; font-size: 1rem; text-align: center; color: black; } .viisAastak { background: url("img/viisAastak.jpg") no-repeat center; background-size: 100% 100%; font-size: 1rem; text-align: center; color: black; } .pikkPlakat{ height: 78vh; } .addedText, .oldAddedText { position: absolute; }