Pearly Lambs

Welcom to my website! Check out Neocities!

.window { position: absolute; border: 2px solid #000; background: #EEE; border-radius: 5px; z-index: 1000; .window.closed { display: none; } .window.minimizedWindow { display: none; } .window.fullSizeWindow { top: 0 !important; right: 0 !important; left: 0 !important; border-radius: 0; bottom: 32px !important; } .fullSizeWindow .ui-resizable-handle { display: none; } .windowHeader { background-color: #b7b7e0; text-align: right; border-bottom: 2px solid #000; padding: 2px; cursor: move; height: 28px; } .activeWindow .windowHeader { background-color: #8888d6; } .windowHeader > span { display: inline-block; cursor: pointer; border: 2px solid #000; margin-left: 4px; font-size: 19px; padding: 2px 10px; font-family: "Arial Black", Gadget, sans-serif; border-radius: 5px; line-height: 20px; width: 12px; height: 20px; position: relative; overflow: hidden; } .windowHeader > span:hover { background: rgba(255,255,255,0.3); } .windowHeader > span.winclose:hover { background: #f15454; } .windowHeader > span > span { display: inline-block; height: 8px; width: 10px; position: absolute; top: 6px; left: 10px; } .winminimize > span { border-bottom: 3px solid #000; } .winmaximize > span { border: 2px solid #000; border-top: 3px solid #000; } .winmaximize > span:nth-child(2) { display: none; } .fullSizeWindow .winmaximize > span:nth-child(1) { margin: 2px 0 0 -4px; } .fullSizeWindow .winmaximize > span:nth-child(2) { display: inline-block; top: 3px; left: 12px; } .wincontent { padding: 10px; min-width: 200px; min-height: 140px; border: 2px solid #000; margin: 2px; border-radius: 0 0 5px 5px; } .windowHeader > strong { float: left; margin: 0px 3px 0 10px; line-height: 29px; font-size: 17px; } .taskbarPanel { display: inline-block; border: 2px solid #000; border-radius: 5px; line-height: 24px; margin: 2px 0 0 10px; font-size: 17px; padding: 0 10px; background: #CCC; font-weight: bold; cursor: pointer; } .taskbarPanel.activeTab { background: #FFF; } .taskbarPanel.minimizedTab { background: #AAA; } .taskbarPanel.minimizedTab:hover { background: #DDD; } .taskbarPanel.closed { display: none; } #taskbar { position: absolute; height: 32px; border-top: 2px solid #000; bottom: 0; left: 0; right: 0; background: #EEE; } #icons { position: absolute; z-index: 10; top: 20px; left: 20px; } #icons a { display: block; cursor: pointer; padding: 2px 10px; } #icons a:hover { background: #000; color: #FFF; } #templateLink { position: absolute; display: inline-block; bottom: 10px; right: 20px; font-weight: bold; font-size: 15px; color: #30478c; }