X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b1beaacd2b45c95cba8802b2483becc5223d52d3..c96e00c83d1545c9180c100666a6c0ab6438bfb5:/dwb/userstyles/doxygen.css?ds=sidebyside diff --git a/dwb/userstyles/doxygen.css b/dwb/userstyles/doxygen.css deleted file mode 100644 index 2d19e88..0000000 --- a/dwb/userstyles/doxygen.css +++ /dev/null @@ -1,75 +0,0 @@ -body -{ - background-color: #222222 !important; -} - -/* adbar and social network buttons (hide) */ -.pageheader > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) > form:nth-child(1) > table:nth-child(8), -.pageheader > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) -{ - /*remove this line below if you want the chat icons back (and the adbar) */ - display: none; -} - -#projectlogo > a:nth-child(1) > img:nth-child(1) -{ - width: 0px !important; - height: 30px !important; - margin-top: 0px !important; - padding-left: 106px; - top: 4px !important; - left: 8px; - position: absolute; -} - -img[src*=".png"] -{ - -webkit-filter: invert(90%) !important; - background-color: transparent !important; -} - -#side-nav -{ - top: inherit !important; -} - -#titlearea -{ - height: 40px; -} - -.paramname -{ - color: #10a0b0 !important; -} - -.mdescLeft, .mdescRight -{ - color: #cccccc !important; -} - -.memproto, dl.reflist dt -{ - text-shadow: 0px 1px 1px rgba(65,65,65,0.9) !important; -} - -#navrow1 -{ - height: 30px; - overflow: hidden; - font-size: 8px !important; - top: 10px !important; - position: absolute; - left: 120px -} - -body * -{ - color: ivory; - background: transparent !important; -} - -body a -{ - color:#6688ff !important; -}