github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/volume2/section5/gopherfacedb/static/css/gopherface.css (about) 1 body { 2 3 font-family: arial, helvetica; 4 font-size: 12pt; 5 margin-left: 18px; 6 7 } 8 9 .smpostContainer { 10 11 border: 1px solid #CCC; 12 width: 540px; 13 min-height: 108px; 14 padding: 18px; 15 box-shadow: 1px 1px 3px #888; 16 } 17 18 .smpostFormContainer { 19 width: 720px; 20 } 21 22 .uploadFormContainer { 23 width: 720px; 24 } 25 26 #messageBody { 27 min-height: 207px; 28 } 29 30 .author { 31 32 33 } 34 35 .caption { 36 37 font-weight: bold; 38 font-size: 18pt; 39 } 40 41 .caption a { 42 text-decoration: none; 43 } 44 45 .creationtime { 46 47 } 48 49 .createdby { 50 color: blue; 51 } 52 53 .imagePreview { 54 text-align: center; 55 margin-top: 18px; 56 } 57 58 .msgBody { 59 margin-top: 27px; 60 61 } 62 63 /* pure overrides */ 64 .pure-form-message-inline { 65 color: red !important; 66 } 67 68 .pure-control-group label, label{ 69 color: gray; 70 font-weight: bold; 71 font-size: 0.93em; 72 } 73 74 .imageContainer { 75 76 display: inline; 77 margin-right: 27px; 78 } 79 80 .videoContainer { 81 display: inline; 82 }