Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <meta charset=utf-8>
- <html lang=en>
- <head>
- <title>
- Ubuntu Logo
- </title>
- <link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- background: #DD4814;
- }
- #main-container {
- margin-left:auto;
- margin-right:auto;
- background: transparent;
- }
- #ubuntu-container {
- background: transparent;
- margin: 71.25px;
- }
- p.ubuntu {
- color: white;
- font-family: 'Ubuntu', sans-serif;
- font-size: 570px;
- }
- #ubuntu-CoF-container {
- background: transparent;
- width: 285px;
- height: 285px;
- margin-left: 25%;
- margin-bottom: 25%;
- float: right;
- vertical-align: text-top;
- }
- #ubuntu-CoF-bg {
- background: white;
- width: 285px;
- height: 285px;
- }
- #ubuntu-CoF-orangeCircle {
- background: #DD4814;
- position: absolute;
- width: 166px;
- height: 166px;
- border-radius: 50%;
- margin: 60px;
- }
- #ubuntu-CoF-whiteMask {
- width: 67%;
- height: 67%;
- background: white;
- border-radius:50%;
- margin: 16.265%;
- }
- #ubuntu-CoF-whiteBar {
- position: absolute;
- background: white;
- height: 3.5%;
- width: 50%;
- margin-left: 50%;
- margin-top: 50%;
- }
- #ubuntu-CoF-whiteBar.bottomLeft {
- -moz-transform-origin: 100% 100%;
- -moz-transform: translateX(-100%) rotate(-60deg);
- }
- #ubuntu-CoF-whiteBar.topLeft {
- -moz-transform-origin: 0% 0%;
- /*Is this some sort of bug? I need to displace it double the calculation's value for some reason*/
- -moz-transform: translateY(-1300%) translateX(-50%) rotate(60deg);
- }
- #ubuntu-faceBackground {
- position: absolute;
- width: 50%;
- height: 50%;
- background: purple;
- }
- /*#ubuntu-faceBackground.top {
- margin-left: 165px;
- margin-top: 36px;
- }
- #ubuntu-faceBackground.bottomRight {
- margin-left: 165px;
- margin-top: 200px;
- }
- #ubuntu-faceBackground.bottomLeft {
- margin-left: 23px;
- margin-top: 118px;
- }*/
- #ubuntu-faceForeground {
- position: absolute;
- width: 39px;
- height: 39px;
- border-radius: 50%;
- background: #DD4814;
- }
- #ubuntu-faceForeground.top {
- margin-top: 3px;
- margin-left: 6px;
- }
- #ubuntu-faceForeground.bottomLeft {
- margin-top: 5px;
- margin-left: 3px;
- margin-right: 7px;
- }
- #ubuntu-faceForeground.bottomRight {
- margin-bottom: 4px;
- margin-left: 6px;
- margin-right: 5px;
- margin-top: 6px;
- }
- </style>
- </head>
- <body>
- <div id="ubuntu-CoF-bg">
- <div id="ubuntu-faceBackground"> </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment