web-fonts-control.css (2100B)
1 .wf-container { 2 box-sizing: border-box; 3 overflow: hidden; 4 margin-top: 0.5rem; 5 background: #eee; 6 border: 1px solid #dfdfdf; 7 position: relative; 8 } 9 10 .wf-container:hover{ 11 border: 1px solid #999; 12 } 13 14 .wf-header { 15 background-color: hsla(0, 0%, 83%, 1); 16 background: white; 17 border: 1px solid #dfdfdf; 18 padding: 10px 15px; 19 height: auto; 20 min-height: 20px; 21 line-height: 30px; 22 overflow: hidden; 23 width: auto; 24 word-wrap: break-word; 25 display: block; 26 color: rgb(85, 93, 102); 27 position: relative; 28 cursor: pointer; 29 } 30 31 .wf-name-holder { 32 font-size: 12px; 33 line-height: 20px; 34 display: block; 35 text-transform: capitalize; 36 width: 90%; 37 overflow: hidden; 38 height: 18px; 39 } 40 41 .wf-container p { 42 margin: 10px; 43 padding: 10px; 44 border: 1px solid #999; 45 background-color: #ffffff; 46 } 47 48 .wf-weight { 49 float: left; 50 padding: 4px 10px; 51 margin: 2px 1px; 52 background: #ffffff; 53 font-size: 12px; 54 border-radius: 3px; 55 border: 1px solid #b3b3b3; 56 cursor: pointer; 57 } 58 59 .wf-footer { 60 display: inline-block; 61 border-top: 1px solid #cecece; 62 margin: 4px 10px; 63 padding: 10px 0px 0px 0px; 64 width: calc(100% - 20px); 65 } 66 67 .wf-footer span { 68 float: left; 69 height: 34px; 70 margin-right: 4px; 71 line-height: 34px; 72 font-size: 10px; 73 font-weight: 400; 74 font-family: sans-serif; 75 } 76 77 span.tip { 78 padding: 0px 0px 10px 10px; 79 display: block; 80 font-size: 10px; 81 clear: both; 82 font-weight: normal; 83 font-family: initial; 84 } 85 86 a.add { 87 font-family: sans-serif; 88 font-size: 13px!important; 89 } 90 91 a.add:hover { 92 background: #09f; 93 color: #ffffff; 94 } 95 96 .wf-container + a.add { 97 position: static; 98 margin: 10px auto 10px auto; 99 } 100 101 .wf-edit, 102 .wf-remove { 103 width: 48%; 104 text-align: center; 105 font-family: sans-serif; 106 font-size: 12px!important; 107 } 108 109 .wf-content { 110 display: none; 111 } 112 113 i.dashicons{ 114 position:absolute; 115 right: 10px; 116 top: 0px; 117 height: 20px; 118 padding-top: 10px; 119 color: #a0a5aa; 120 } 121 122 .wf-actions{ 123 padding: 10px; 124 }