Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- background-image: url(images/mountainBackground.jpg);
- /*background-image: url(images/RockStars.gif);*/
- background-size: 100% 100%;
- background-repeat: no-repeat;
- background-attachment: fixed;
- }
- #source{
- padding: 20px;
- margin: 0 0;
- background-color: rgba(52, 73, 94, 0.8);/* transparent*/
- color: white;
- overflow-y: hidden;
- overflow-x: auto;
- padding-right: 20px;
- height: 105px;
- padding-bottom: 32px;
- }
- #result{
- padding: 20px;
- margin: 0 0;
- background-color: rgba(52, 73, 94, 0.8);/* transparent*/
- color: white;
- overflow-y: hidden;
- overflow-x: auto;
- padding-right: 20px;
- height: 105px;
- padding-bottom: 32px;
- }
- /*
- <textarea id="source" name="text" wrap="SOFT" tabindex="0" dir="ltr" spellcheck="false" autocapitalize="off" autocomplete="off"
- autocorrect="off" class="goog-textarea" style="box-sizing: border-box;
- overflow-y: hidden; overflow-x: auto; padding-right: 20px; height: 105px; padding-bottom: 32px;"></textarea>
- */
- /*
- <div class="gt-hl-layer" dir="ltr" style="box-sizing: content-box;
- width: 578px; height: 65px; left: 0px; top: 0px; padding-left: 8px; padding-right: 20px;"></div>
- */
- /*
- .row {
- width: 578px;
- height: 65px;
- left: 0px;
- top: 0px;
- padding-left: 8px;
- padding-right: 20px;
- }
- */
- /* Remove the navbar's default margin-bottom and rounded borders */
- .navbar {
- margin-bottom: 0;
- border-radius: 0;
- }
- /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
- .row.content {height: 450px}
- /* Set black background color, white text and some padding */
- footer {
- position: absolute;
- bottom: 0;
- width: 100%;
- background-color: #34495e;
- color: white;
- padding: 15px;
- }
- /* On small screens, set height to 'auto' for sidenav and grid */
- @media screen and (max-width: 767px) {
- .sidenav {
- height: auto;
- padding: 15px;
- }
- .row.content {height:auto;}
- }
Add Comment
Please, Sign In to add comment