aboutsummaryrefslogtreecommitdiff
path: root/hal_doxygen.css
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2014-03-24 18:05:16 -0700
committerClay Murphy <claym@google.com>2014-10-30 14:57:30 -0700
commit28730d1e776bc55a63530b4f6ab810f2b7745654 (patch)
treeda16bc9a6da83b97ca8625692e892e941822c198 /hal_doxygen.css
parent703d1136ca2698a432d93bd1ee07062958d7c69b (diff)
downloadsource.android.com-28730d1e776bc55a63530b4f6ab810f2b7745654.tar.gz
Docs: Better integrating HAL contents into source.android.com
Bug: 12067952, 12228517 Change-Id: I741e03ee9ee5070960dc7687f5f49e840b31a401
Diffstat (limited to 'hal_doxygen.css')
-rw-r--r--hal_doxygen.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/hal_doxygen.css b/hal_doxygen.css
new file mode 100644
index 00000000..6e63946d
--- /dev/null
+++ b/hal_doxygen.css
@@ -0,0 +1,35 @@
+#header {
+ padding: 1.2em 0 0.2em 0;
+ margin: 10px 120px;
+}
+
+a:hover,
+acronym:hover {
+ color: #7aa1b0 !important; }
+
+a:link, a:visited {
+ color: #258aaf;
+ text-decoration: none;
+}
+
+a:focus, a:hover, a:active {
+ color: #33b5e5;
+ text-decoration: none;
+}
+
+a.toptab {
+ color: #333;
+ font-size: 16px;
+}
+
+a.devices {
+ color: #F80;
+ font-size: 16px;
+}
+
+hr.light {
+ border: 0;
+ height: 0;
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(255, 255, 255, 0.3);
+}