Lines Matching refs:style

25 ol, ul { list-style: none; }
639 @font-face { font-family: "entypo"; font-style: normal; font-weight: 400; src: url(./fonts/icons/entypo.eot); src: url("./fonts/icons/entypo.eot?#iefix") format("ie9-skip-eot"), url("./fonts/icons/entypo.woff") format("woff"), url("./fonts/icons/entypo.ttf") format("truetype"); }
677 ul { list-style: none outside; }
679 ol { list-style: decimal; margin-left: 30px; }
682 ul.square { list-style: square outside; }
683 ul.circle { list-style: circle outside; }
684 ul.disc { list-style: disc outside; }
697 em { font-style: italic; line-height: inherit; }
1439 form ul, form ul li { margin-left: 0; list-style-type: none; }
1440 form fieldset { border-style: solid; border-width: 0.0625em; padding: 1.5625em; border-color: #fae7b3; margin: 18px 0; }
1583 .alert { padding: 0 10px; font-family: "Open Sans"; font-weight: 600; list-style-type: none; word-wrap: break-word; margin-bottom: 8px; font-size: 14px; font-size: 0.875rem; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
1672 .ttip:after { display: block; background: #268bd2; border: 1px solid #268bd2; border-bottom: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 0.5em 0.75em; width: auto; min-width: 130px; max-width: 500px; position: absolute; left: 0; bottom: 101%; margin-bottom: 8px; text-align: left; color: #fff; content: attr(data-tooltip); line-height: 1.5; font-size: 16px; font-weight: normal; font-style: normal; -webkit-transition: opacity 0.1s ease; -moz-transition: opacity 0.1s ease; -o-transition: opacity 0.1s ease; transition: opacity 0.1s ease; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; pointer-events: none; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #57a8e1), color-stop(100%, #268bd2)); background-image: -webkit-linear-gradient(top, #57a8e1, #268bd2); background-image: -moz-linear-gradient(top, #57a8e1, #268bd2); background-image: -o-linear-gradient(top, #57a8e1, #268bd2); background-image: linear-gradient(top, #57a8e1, #268bd2); -webkit-box-shadow: 0 0 5px 0 rgba(38, 139, 210, 0.25); -moz-box-shadow: 0 0 5px 0 rgba(38, 139, 210, 0.25); box-shadow: 0 0 5px 0 rgba(38, 139, 210, 0.25); }
1687 table { width: initial; min-width: 50%; margin-left: auto; margin-right: auto; border-style: solid none; border-size: 2px; border-color: #93a1a1; }
1836 #dokuwiki__content ul li { list-style: disc; }